| Thread | Last Post | Replies |
|
| Impossible? Automatic numbering across columns (not in a table) | 08 Oct 2006 10:32 GMT | 3 |
First, let me give you the context: I'm creating a template that formats sets of math problems according to precise specs. Most of the problems are very short and need to be in columns. The UI is very simple: the user selects a range of text and then chooses a
|
| List of error numbers | 08 Oct 2006 10:20 GMT | 1 |
Who knows where I can find a list of error numbers and the meaning of each of these error numbers. "13" e.g. is a wrong date but I would like to know all other error numbers to program the "On Error GoTo". Thanks for the help. Ron
|
| Help with Drop downsfor word documents | 08 Oct 2006 00:05 GMT | 5 |
I need to have a way to put together information for a paragraph by using numerous data fields. I have so many that Access can not handle them for a single report. Is there anyway to do this on word with check boxes or drop downs so that it prints with just the information ...
|
| autotext in headerfooter – VBA | 07 Oct 2006 21:48 GMT | 5 |
Using: Word 2000 This is my first post, but I've been reading your pages all year and find them enormously useful. I am a beginning VBA programmer. I am creating a suite of automated templates for my company. I have a macro
|
| Tabstrip color | 07 Oct 2006 15:48 GMT | 4 |
I've got a very involved userform that I built years ago but have just discovered after a couple of days of chasing my tail that apparently only one color is available for a tabstrip....1995 Honda Accord Grey. Suuuuuurely there is some way around this. Please tell me there is. ...
|
| Need Help With Hyperlink Macro | 07 Oct 2006 11:34 GMT | 5 |
I have created a macro which uses the insert picture dialog and then automatically creates a hyperlink for the picture using the name taken from the insert picture dialog box. The problem is that I can only insert pictures at the end of the document.
|
| Data Merge Manager missing from Tools menu | 07 Oct 2006 08:47 GMT | 1 |
Instead, what I see on the Tools menu is "Merge Documents..." The dailog box is the standard one for file opening, and I can select and open the document with names and addresses, but the Data Merge Manager palette is totally missing, so I can't select fields and do the merge.
|
| word 2003 acting up | 07 Oct 2006 08:34 GMT | 1 |
My word 2003 pro changes fonts/size while I'm typing using the space bar etc
|
| How can I create my own auto insert for the footer | 07 Oct 2006 01:56 GMT | 2 |
I want to create my own auto insert, but I want to save it for continual use. Can you do this with word? If not how can I stop just the Date from updating when I use the insert Author, page, date?
|
| clipborad- saving word table as an image | 06 Oct 2006 22:27 GMT | 10 |
Can anyone tell whether I'm asking for moon or is it possible to copy word table as an image and save it back to filesystem using VBA and .Net? I know I can convert table into metafilepict but I have no clue what I've to do afterwards!!!
|
| Opening Templates from the Intranet | 06 Oct 2006 21:02 GMT | 1 |
I designed a template with an autoopen macro in it. We posted a link to the template on our Intranet but the autoopen macro did not execute -- no errors, but nothing happened. So I decided to try another way of executing the macro; instead of autoopen,
|
| Set focus back to Word document after closing dialog box | 06 Oct 2006 20:34 GMT | 5 |
I am loading word with vb2005 customized commandbars. I am having difficulty "activating" the open document within the word application after I close the dialogbox (that is loaded upon the user clicking one of the commandbar buttons). After I close my dialog box, I see the ...
|
| Overwrite a .dot file in the Startup Directory | 06 Oct 2006 20:03 GMT | 1 |
I'm trying to overwrite a .dot file in the Startup directory. I've tried using FileCopy Source:=sSource, Destination:=sDestination WordBasic.CopyFileA FileName:=sSource, Directory:=sDestination
|
| Creating rows with bookmarks and controls on a userform in code | 06 Oct 2006 20:02 GMT | 1 |
I have created a macro that opens up a Meeting Agenda template document with a userform. What I've been asked to do is: 1. Ask the user how many attendees are the meeting and insert the same number of rows in the template document
|
| Setting the cursor for a new document | 06 Oct 2006 18:43 GMT | 2 |
Using MS-Word, I want to put the cursor at a specific place in a new document which is being created on the basis of a template which contains some VBA programming with a "Document_New" procedure. The cursor should not be at the very top of the first page,
|