| Thread | Last Post | Replies |
|
| Can i access chartacter formatting properties? | 15 Jul 2004 14:23 GMT | 4 |
Can i use the Word COM API or VBA macro to read and update formatting data such as font colour on individual colours? TIA Pat Long
|
| Macro to make table fit on one page | 15 Jul 2004 14:17 GMT | 3 |
I wrote a macro that uses the Information property with wdActiveEndPageNumber in a loop to change the height of rows until the page number of the first row matches the number of the last row. After only about 6 loops, I get an error that word has run out of memory if I run it in ...
|
| VBA | 15 Jul 2004 13:11 GMT | 1 |
Does anyone know the VBA code for automatically opening a user form when a document is opened?
|
| User Forms | 15 Jul 2004 12:53 GMT | 1 |
Can anyone help. On opening a template I want the user form to open straight away. does anyone know the code for this??
|
| Fonts | 15 Jul 2004 10:48 GMT | 5 |
Usually we receive MS word files from our clients. They will use different fonts in that files. Whenever i open that files in my machine, Courier font is substituting for non-available fonts. How to find list of non-available
|
| Adding a letterhead | 15 Jul 2004 09:57 GMT | 7 |
I've recorded a macro in which I add a letterhead from a template (RunLetterWizard,CreateLetterContent), which works fine other then one problem. It will set all the parameters correctly and will open the Letter Wizard,
|
| Macro to Select Text between Two keywords and create a new document | 15 Jul 2004 07:12 GMT | 5 |
I am looking for a Macro which will Copy the text between Keyword say "RESOURCE:" and "END Resource:" The selected text should copied to New document and save it as docname#1.doc
|
| How can I test for Word XP/2003 options in Word 2000? | 15 Jul 2004 03:29 GMT | 3 |
I have a macro that needs to run under Word 2000, XP and 2003. I want to turn off "keep track of formatting". The following code excerpt will do it under Word XP/2003, but fails under Word 2000 because the properties of Options don't exist. What puzzles me is
|
| Find all | 15 Jul 2004 03:15 GMT | 16 |
Normally I use range.find instead of selection.find so as not to leave Word's find dialog set to whatever search parameters were utilized in the last search via a macro. Okay, that said, I have a situation where I actually want
|
| Export of Autotext Entries to Excel using VBA / macro | 15 Jul 2004 00:55 GMT | 1 |
We have several support staff who have autotext entries in their normal.dot template file which is stored locally on their computer. We have started a Commission wide contact management program to "consolidate" corporate information.
|
| Macro not working when word is invisible | 14 Jul 2004 23:58 GMT | 8 |
This logic is added in a VB program to move the cursor position just greater than 778 points Do While Round(.Selection.Information (wdVerticalPositionRelativeToPage), 2) < 778
|
| Compiling Word 2003 causes locked modules in Word 97 - Please help. | 14 Jul 2004 21:10 GMT | 2 |
My department supports a couple hundred templates that were created in Word 97 but now need code added to work in Word 2003 in addition to 97. I made the mistake of compiling a Word 97 template in Word 2003 and now can not open the modules without getting the Project Locked or
|
| Macro disabled | 14 Jul 2004 21:01 GMT | 1 |
When I open Word I continuously get a message box about visual basic. It say "The macros in this project are disabled. Please refer to the online help or documentation of the host application to determine how to enable
|
| user form automation | 14 Jul 2004 21:00 GMT | 3 |
i created a user form in word it asked if a particular file should be opened or not... ok now for the problem. how to make it run as soon as word is opened. user form name is dialog
|
| VBA in Word 97 and Word 2002 / Office XP: | 14 Jul 2004 19:24 GMT | 1 |
VBA in Word 97 and Word 2002 / Office XP: Is there a big difference in VBA/WordBasic that came with Word 97 and the VBA that is currently used in Word 2002 or Office XP to code macros? I recently tried to use modules / VBA code from macros written in Word
|