|
|
| Do I need all these lines for the macro? |
| When I create a macro and then look at the VBA, it has a lot of lines that I
do not think are necessary. Here is what I got for a find macro:
With Selection.Find
.Text = "run date"
.Replacement.Tex... on 20-Nov-09 |
| |
|
| Insert a blank paragraph and page number in footer |
| Hi,
I am trying to do something simple and have tried code snips from other
answers on this site but cannot seem to make it work without errors.
Our footers already contain a document name in 8pt f... on 20-Nov-09 |
| |
|
| How to customize Word dialog controls |
| I am looking for a way to make changes to a Word dialog itself. Is this
possible?
My specific problem is with the SpellCheck dialog. Originally, I thought
changes could only be made to your docume... on 19-Nov-09 |
| |
|
| Problems with referenced mscal.ocx |
| I am not sure if this is the correct forum for this question, and if it is not,
I'd appreciate getting pointed in the right direction.
I have a Word 03 template with a lot of VBA behind it that is u... on 19-Nov-09 |
| |
|
| Expected Function or Variable |
| I recorded a macro in Word 2003 that searches for a word and then applies a
character style to that word and to the following word. Then I found the
answer on these boards how to loop through the re... on 19-Nov-09 |
| |
|
| Clear a Form |
| I have created a form that is going to be used mutilipe times. I want to be
able to do a save as and then clear the form out. Is there a way to do this
without closing the file and then reopening the... on 19-Nov-09 |
| |
|
| VBA select paragraphs to set style |
| I am trying to automate formatting of a Table of Contents document.
How can I use VBA to find all paragraphs that do NOT include a tab followed
by a number (page number) and change the style setting... on 19-Nov-09 |
| |
|
|
|