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...
I tried that, but there was no consistency at all, i.e., both Heading styles and List styles were used throughout the document in the same level. Also, with AutoFormat, I still would need to apply the correct style and remove the hard typed numbers manually. Any other suggestions?
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...
Thank you, Asjeff. This worked great!
I created a document that pops up a UserForm that the user will type information into. This information is used to replace specific text in all open documents. To fix the header/footer find and replace issue, I saved your sample code as a separate macro...
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...
I need to look for a field (^d) called TA. When Word finds this field, the entire field is selected, then I need to first search the selection for any alpha character followed by a comma. If there is an alpha character followed by a comma, then I need to italicize everything inside this field...
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...
Thanks, MakeItSo. This seems to work, except the message pops up whether track changes is ON or not. Would you happen to know why? This is what the code looks like:
If ActiveWorkbook.KeepChangeHistory Then
Msgbox "ALERT: Track Changes is turned ON in this document."
End If
Regards.
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...
The documents are not saved locally. They are coming from a document management system (iManage). No matter what I do the UserForm runs as soon as the document is open and this stops the other iManage docs from opening until the userform is run or canceled. Does anyone know how to open dms...
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.