| Thread | Last Post | Replies |
|
| Help: How to call a macro from a field | 13 May 2004 01:47 GMT | 5 |
H Is there a field that results in a Call to a VBA Macro I waht to have a field hose result-text is calculated from a Macro Eg, in the Macro code
|
| Runtime error 4605 - command not available | 13 May 2004 01:45 GMT | 1 |
I assigned the command Selection.LanguageID = wdEnglishUS to a keyboard shortcut in Word 2000. If I click on 1 textbox and execute the macro
|
| Return value for wdDialogInsertHyperlink show | 12 May 2004 23:27 GMT | 4 |
Word 2000 SP-3. I am using the following statement to display the Insert Hyperlink built-in dialog box and insert the link into the document. That part works, but according to the VBA help,
|
| Word toolbars are lost. | 12 May 2004 22:44 GMT | 2 |
Toolbars in Word 2000 are lost. I can't seem to figure it out how they are lost. Few hours before, I was using them, when I came back from lunch, they're not there anymore. What happened? I don't know. I was trying to put
|
| Select area to print. | 12 May 2004 22:41 GMT | 1 |
I have a long document and I would like to put the marker as qqq at the beginning and qqq at the end of the texts. when I print it only print from the beginning of the marker qqq to the end of the qqq's are. How do I write
|
| Reading clipboard contents in VBA | 12 May 2004 22:12 GMT | 3 |
Has anyone had any success with the following code (Microsoft kbid=212730)?? It fails everytime for me with a Run-Time error when the gettext runs.
|
| Something changes my Normal.dot - but it's not a virus | 12 May 2004 21:56 GMT | 12 |
I'm running Office 2003 on XP Pro. I set Word to prompt for saving changes to Normal.dot. Each time I exit Word, the message pops up: Changes have been made that affect the global template, Normal.dot. Do you want to save those changes?
|
| Addin for different versions of Word | 12 May 2004 21:18 GMT | 4 |
I would like to make a Comm Addin that can be used in Word 2000/XP/2003. I made the addin using VB. The compiled addin appears when I start up Word 2000. However it does not seem to be available as a Com Addin to Word 2002 and 2003.
|
| Sticking form button | 12 May 2004 20:58 GMT | 1 |
Whilst working on a VBA project at work I wanted to force Word 2000 to perform a grammar check from code. However when it launches the buttons are 'sticky' and remain down when clicked until the mouse is moved. While this is still quite functional, it
|
| Searching for a style without footnote markers | 12 May 2004 19:43 GMT | 3 |
Hi listmates, I need to put in a string variable the result of a search on style "Heading 1". The string needed is surrounded by footnote markers (before) and a paragraph mark (after). Ex:
|
| Exact style name | 12 May 2004 17:52 GMT | 6 |
Let's suppose that style which is displayed in Word's combobox is: "Normal + 16pt, Bold, Centered" When i try to display the style using: Msgbox(myRange.Style) it displays only "Normal" without the rest of formatting that Word displays in its combo
|
| Search files in Word 2000 | 12 May 2004 16:55 GMT | 1 |
I'm looking for VBA wording help. Is there a way to get a keyboard or toolbar shortcut to File-Open-Tools-Find in Word 2000? I use to use the search FILES by keyword option in File-Open in Word 97 ALL
|
| Word Chokes and Dies | 12 May 2004 16:47 GMT | 2 |
Anybody have any insight, tips or suggestions for coping with corrupted .doc files that cause Word to choke and die? I can accept that there will be corrupted documents. AND I don't need to recover these particular (bad!) documents.
|
| Do Loop | 12 May 2004 16:43 GMT | 1 |
I have a maco that selects each line, checks its properties, and performs a task. I would like the macro to run until EOF. When I put: Do While Not EOF(1)
|
| creating tables in loop | 12 May 2004 16:14 GMT | 6 |
I need to create few tables in a loop. ( while not rec.EOF 'here creating and managing the table
|