| Thread | Last Post | Replies |
|
| File Open with variable directory, that adds to recently used file list? | 29 Mar 2007 19:14 GMT | 1 |
People have already complained about Word 2003's intermittent failure of ChangeFileOpenDirectory "H:\MISC\SpecialDirectory\" Dialogs(wdDialogFileOpen).Show
|
| End or change type of selection in Macro | 29 Mar 2007 17:19 GMT | 4 |
Admission: I'm horrible at code so the code below is probably VERY UGLY. Task attempting: Have macro select TABLE and perform some tasks, then select only the 1st COLUMN and perform additional tasks. Problem: I can't seem to figure out how to clear the TABLE selection and
|
| Headerformat - tables | 29 Mar 2007 16:02 GMT | 2 |
I used the command : Selection.Rows.HeadingFormat = True. Now, even if the option is checked, I cant get the row to repeat on other pages. It's like my table is corrupted after using that command on a row that has already headingformat checked. Thanks for help
|
| Word Macro to change links in header/footer | 29 Mar 2007 15:35 GMT | 14 |
Good morning, First off I would like to thank everyone on the fourms here for the help they have given me over the last 2 weeks. You guys, (and gals), are wonderful. Bravo Zulu.
|
| Word 2003 bug in Toggle Field Codes (with GoTo bookmark & merged cells) | 29 Mar 2007 15:23 GMT | 2 |
Word 2003. Create a 2 x 2 table and put a field in one of the lower cells. Select the whole table. Toggle Field Codes (Shift+F9) works fine.
|
| How to check, if a macro exists before starting it... | 29 Mar 2007 13:11 GMT | 2 |
I would like to check, if a special macro exists before I try to start is. Is there a collection of all avaible macros available? Thanks for help. Regards
|
| Word Application Close | 29 Mar 2007 10:14 GMT | 1 |
can anyone tell me if it is possible to run an house keeping sub routine when word application is closed I have tried using the document close in a global template that doesnt work. if it is possible please can you tell me where and how it is done.
|
| Heading | 29 Mar 2007 07:46 GMT | 2 |
I need to locate a heading within a document, knowing only its text, not the number -so I can't do, for example Selection.GoTo What:=wdGoToHeading, Which:=wdGoToFirst, Count:=16, Name:=""
|
| Changing the "Replace Hyphens with Dash Option" from VBA | 29 Mar 2007 04:25 GMT | 3 |
In the menu under <Tools / AutoCorrect Options / AutoFormat As You Type / Replace as you type>, there is an option called "Hyphens (--) with Dash (-)". How can I change that option programmatically from VBA?
|
| VBA Codes | 29 Mar 2007 00:24 GMT | 3 |
Does anybody know where I can find a list or internet place where I can find VBA general codes, e.g. vbCr, vbCancel etc (all vb codes), and what they are used for. I know the object browser has these within it but it doesn't give you an
|
| changing path in word application? | 29 Mar 2007 00:02 GMT | 2 |
I use a word application to open up word and a document. Works fine but I would like word to automatically save into a default folder (and not the same folder I open the document from). Something like ChDir thrugh automation. Any ideas?
|
| Word 2003 Application Event running first in Outlook 2003 | 28 Mar 2007 23:56 GMT | 2 |
I am trying to have a macro run (updates all fields when I save, open, or print any document. The way I found to accomplish this was through Application Events (see http://word.mvps.org/FAQs/MacrosVBA/AppClassEvents.htm) such as
|
| where is the list of addins kept | 28 Mar 2007 23:54 GMT | 5 |
When I add an global addin, through Tools-> Templates and Addins, Word remembers the next time I start Word what I added and sometimes what I selected. Where does Word store this information? I deleted normal.dot and it was
|
| Font names alphabetically | 28 Mar 2007 23:45 GMT | 5 |
I'm looking to get a list of the font names ALPHABETICALLY, instead of the order in which they were installed. For example: i = FontNames.Count() n = 1
|
| Find name of a shape object | 28 Mar 2007 22:14 GMT | 3 |
Using Word 2000. I have inserted several picture files into a table on a Word Template. I am looking to hide a picture if a certain text field is blank. I can't seem to figure out the name of the picture file though, so I can reference it and
|