| Thread | Last Post | Replies |
|
| FolderPicker | 06 Nov 2004 20:57 GMT | 1 |
'msoFileDialogFolderPicker' dialog seems to be the method of choice for "folder picking" but nothing (other than sub-folders) displays in the list. I need to be able to select a particular folder to perform a particular task, but in order to have confidence that the right folder ...
|
| Hypelink base | 06 Nov 2004 18:50 GMT | 4 |
I need to set a the "Hyperlink base" in a new file's properties. File is built from scratch by a macro. Using object browser I found Word.WdBuiltInProperty.wdPropertyHyperlinkBase But I can't simply set it to "\\Server03"
|
| Combining Documents in Code | 06 Nov 2004 18:39 GMT | 1 |
All, I've written this code to combine two documents in code, but I don't really like it. I did try using the Range object, but as the letters have Word tables in, it
|
| Deleted text | 06 Nov 2004 15:14 GMT | 1 |
Is there any way to test if text is market as deleted by track changes when doing a "replace all" from a VBA macro? Thanks for any assistance.
|
| Exit Find if string not found | 06 Nov 2004 12:38 GMT | 3 |
I used the macro recorder to capture the keystrokes of finding a string. Once it finds the string, it deletes from the point of the start of the string to end of the document. When the string exists, the macro works correctly. When the text does
|
| PREVIOUS MONTH | 06 Nov 2004 12:23 GMT | 1 |
How can i display the previous month on the Word document using the date field . eg. { DATE \@ "" }
|
| HELP HELP!!!!!! .Place-holders for "docVariable" . | 06 Nov 2004 10:20 GMT | 2 |
could you please tell me, how to use the values provided with the docVariable in the "DOCUMENT AUTOMATION" Category. I tried to use the docVariables with Ctrl+F9 but it says "BOOKMARK NOT
|
| Are there user arguments for Word VB macros ? | 06 Nov 2004 09:14 GMT | 2 |
I would like to use on VB macro to retrieve data and save with a different file name. current syntax (DOS) "C:\Program Files\Microsoft Office\OFFICE11\winword.exe" /w
|
| how do I get checkboxes to function on a document? | 06 Nov 2004 01:49 GMT | 1 |
I would like to create documents that make use of a functional checkbox. I would like to use a mouseclick to check the box. I tried to adjust the properties of checkboxes but still could not get them to function. There is a great deal of adjustment possible for what I think ...
|
| Calendar OCX Controls | 05 Nov 2004 23:44 GMT | 1 |
I am programming a contract to be completed using a fill in form in Word 2k3. I have inserted 3 calendars using the Calendar Control OCX and now I need to know how to reference them. What is the script needed within the onclick sub? I also need to reference one of them in the ...
|
| Macro for inserting a line? | 05 Nov 2004 23:24 GMT | 6 |
I am trying to find info on making a macro to insert a line (.75pt, .5 inch long, and some other atributes that I think I can figure out) into a word file. Can this be done? Any help appreciated!
|
| word Templates | 05 Nov 2004 23:19 GMT | 1 |
i have created a document based on a custom template using mailmerge. if i open the document within code into word 2002, then close the document, i am prompted to save the template. but, if i manually open and close the document, nothing happens.
|
| Find/Replace Font change | 05 Nov 2004 23:05 GMT | 1 |
I need a macro to replace all text and numerals to Times Roman. I had a simple two line macro which had Selection whole story but my symbols got lost when they were changed to TR(plus minus, greater equal etc.). I tried recording macro:
|
| Word VB macro with run-time argument | 05 Nov 2004 21:46 GMT | 1 |
I have a Word VB macro that retrieves data from a database. I would like to enhance it to have run-time options or parameters / arguments that will cause the macro to retrieve different data and different save as name, for example.
|
| insert a pause in a macro | 05 Nov 2004 21:42 GMT | 1 |
Hu all. I wrote a macro but I need to stop the execution for some time and than have the macro to prosecute and complete the other remain lines. Please do sombody knows how can I do it?
|