Elementary VB question (for you, that is):
I recorded the following macro in Word 2003 to find a dashed line and move it up one position up from its current position:
Selection.Find.ClearFormatting
With Selection.Find
.Text =...
Hi everyone! I am using Word 2003. I created a form that users enter information into. Then, a macro runs that replaces text in a document with information entered into the form. For instance, it will search for *aa* and replace with whatever the user typed into the form for text box aa.
It...
Hello!
I have a bunch of txt files that have numbered paragraphs, e.g.,
Level 1 para starts with 1. Followed by text...
Level 2 para starts with 1.1. Followed by text...
Level 3 para starts with (a) Followed by text...
Level 4 para starts with (i) Followed by text...
I would like to know...
I have a document that has placeholder text in the headers and footers of a Word document. I want to find and replace the placeholder text with actual text.
Problem: Word 2003 does not search headers/footers when doing a find/replace.
Is it possible to do a find/replace for specific text...
Need help with macro, please. I need to search a Word document for all instances of the TA field "^d TA" and if the field contains any alpha character (a-z) followed by a comma, I need to italicize everything to the left of the comma { TA \l Blue Shores, \1 22888, 22999) in each field code. If...
I need help with vb in Excel to check if workbook's Track Changes While Editing option (Tools>Track Changes>Highlight Changes) is turned ON. If yes, then I will alert the user with a message. Thanks for any help I can get with this one.
Note: HighlightChangesOnScreen prop does not work as...
I need help with vb in Excel to check if workbook's Track Changes While Editing option (Tools>Track Changes>Highlight Changes) is turned ON. If yes, then I will alert the user with a message. Thanks for any help I can get with this one.
Note: HighlightChangesOnScreen prop does not work as...
I have 10 documents that are being opened in Word 2k. One of the documents contains an auto open macro w/userform that performs a search and replace in all 10 docs. Problem is, the doc with the code does not wait for the other documents to open, it just starts running. Is there a way to stall...
I have 10 documents that are being opened in Word 2k. One of the documents contains an auto open macro w/userform that performs a search and replace in all 10 docs. Problem is, the doc with the code does not wait for the other documents to open, it just starts running. Is there a way to stall...
I have a document that has an auto open macro in it that pulls up a form. That part works great. My Problem is when the document is saved as a new document, the auto open macro is saved with and runs in the new document -- I don't want that to happen. How do I disable or delete the auto open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.