| Thread | Last Post | Replies |
|
| AutoMacro off and on | 07 May 2004 21:53 GMT | 2 |
I have a macro that I want to use to "refresh" the document on the C drive with the updated version maintained on the Network drive. As the documents contain automacros I have used:
|
| Manipulate text in a "copied" area? | 07 May 2004 21:47 GMT | 7 |
I am "copying" text from one location to another in my document, but before I paste the text, I would like to manipulate it (remove some field codes for instance). Is there any way I can reference the "copied" text and play around with it before pasting it?
|
| Bold text and Highlight text | 07 May 2004 20:36 GMT | 1 |
I'm working in Word XP and I have not been able to determine how to Bold text that is within a string variable. Also, how do I Highlight text that is within a string variable.
|
| Text Fields | 07 May 2004 17:50 GMT | 4 |
I inserted text form fields into a Word document and then protected the form. When we tested the form by typing in text, we were unable to get the Spell Check function to work? We couldn't underline, bold, italicize etc.? Also, we had difficulty in deleting certain words or ...
|
| Inserting a logo to the header and ... | 07 May 2004 17:31 GMT | 4 |
I want to insert a logo to the header of a document which has an inserted number as a footer(by another macro). When I run the below code the footer gets deleted and the logo gets inserted to the header. What I want is to keep them
|
| How to find and delete lines? | 07 May 2004 16:05 GMT | 2 |
Using Word97. In a document I need to find the first "Heading 1" line containing a known string. Having found that line, I then need to delete it and all the remaining lines in the document.
|
| Strange behaviour getting value of CustomDocumentproperty | 07 May 2004 14:59 GMT | 1 |
Hi all, I experience some strange behaviour when I try to read the value of a CustomDocumentproperty of a Word document. When I add my objDocumentProperty variable to a watch window I can see all the
|
| Horizontal lines | 07 May 2004 14:16 GMT | 3 |
I have funtionality of find and replace using vb form.As soon as a user opens a word doc,the form opens with fields where user can type text for find and replace. There are some predefined tags on the doc.So what ever
|
| Lines while executing code for find n replace | 07 May 2004 14:10 GMT | 2 |
H While executing code for find and replace functionality 2 horizontal lines are coming on the 1st page of the doc How to get rid of the same.pls let me know if any one has experienced that problem.. thnk
|
| Selection Change | 07 May 2004 14:05 GMT | 5 |
I'd like to be able to detect when the user has moused a selection so I can use bookmarks to log the start and end of the selection. Is there a way to do this? Ideally it would need to work in Word 97 onwards. Thanks
|
| Using Find/Replace in Headers | 07 May 2004 13:58 GMT | 4 |
I am using VBA within Word 2002 to try and automatically replace text in a header. I've tried the storyrange approach and the looping thru the headers collection but I CAN'T get the Replace function to work.
|
| Mail Merge using a section of a document, rather than the entire document? | 07 May 2004 11:41 GMT | 2 |
Hiya, I have a document with a "header" and "footer" (ie. 2 full pages of guff), in-between I have a section containing mail merge field codes with appropriate formatting for each item I want to merge with. What I want to
|
| Difference between 2 times | 07 May 2004 11:00 GMT | 2 |
Is there a way to create a macro that calculates the difference between a user-defined timestamp and the current date and time? (I've read on this newsgroup how to calculate the difference between two dates...I'm wondering if/how to include the current time in a similar
|
| To insert text into Word header from macro | 07 May 2004 07:29 GMT | 4 |
I need a Word Template that sets up a report format. It needs various fields such as subject and date that should be on the first page and on subsequent pages in a different format. I want to use Word header on subsequent
|
| Set focus when invalid data entered | 07 May 2004 02:52 GMT | 2 |
I often perform validations on dialog box controls using the AfterUpdate event i.e. the code below is checking if a numeric value has been inserted. If the value is not numeric, the fields contents are successfully cleared but
|