| Thread | Last Post | Replies |
|
| Add/Replace bookmark in the footer | 06 Jun 2007 10:08 GMT | 3 |
Need to add a document markup at every footer in the doc. All sections should be included. If the bookmark "bkDocMarkup" exists the value should be replaced. If the bookmark does not exit it should be added to the footer. This code is adding a value to the page footer but for ...
|
| question about regular expressions | 06 Jun 2007 00:55 GMT | 2 |
Are regular expressions only for searching or can they also be used for matching? I read a 4GuysFromRolla article that only mentioned searching. I was wondering if it's possible to do something like the following: if Selection=[a-z/A-Z/0-9] then...
|
| using repeat function for search | 05 Jun 2007 23:43 GMT | 4 |
If I have to do a search for 20 pieces of the same text in one command, is there a way to use the Repeat function, or any other "one-liner" method, for doing it? In other words, to achieve the same effect as the following but without having to use a counting variable:
|
| Headers: in landscape or portrait page? | 05 Jun 2007 21:07 GMT | 3 |
If my cursor is in a header, or footer, how can I determine if the respective page is landscape or portrait? The code that returns the orientation doesn't seem to work when I have the header selected! Thanks!
|
| Find a Table | 05 Jun 2007 20:35 GMT | 5 |
Tables are accessed by an integer index. Suppose I have a document with tables that I need to update programmatically. Also, the end user is allowed to edit the document, potentially changing the table index. Is there any technique for locating a particular table other than by ...
|
| customdocumentproperties | 05 Jun 2007 19:54 GMT | 5 |
I am using customdocumentproperties linked to bookmark range in Word as part of my template designs. However, linked customdocumentproperties do not update its linked content before the document is saved and the document reopened. I have observed that
|
| Bookmarks | 05 Jun 2007 19:50 GMT | 2 |
Hello, I am trying to create a macro to work with a Word template that contains placeholders for text that will change from document to document based on this template. I discovered bookmarks as a possible solution but have no clue how to use them. Ultimately, I would like my ...
|
| Linking worksheets | 05 Jun 2007 18:37 GMT | 1 |
I am using winxp pro and excel 2003 I have a master workbook that contains a worksheet for each vendor. The worksheet has the various 'levels' of pricing on them. I want to create workbooks for each customer that contain a copy/paste
|
| Formatting Text Input From Dialog Box | 05 Jun 2007 18:14 GMT | 1 |
I'm revising and consolidating a number of business letters. Most just use form fields and drop-down menus, but for some of the more complex letters I have been writing simple macros that run upon selection from a drop-down, ask the user for a few bits of data, and spit out the ...
|
| Date variable values | 05 Jun 2007 18:03 GMT | 2 |
hello I have a date variable formatted as follows Format(MyLastSaved, "dddd, mmm d yyyy hh:mm") When a new document is opened I know there wont be any lastsaved date. In
|
| Macro used to update all bookmarks, TOCs, fields, etc. | 05 Jun 2007 15:18 GMT | 13 |
Hi, I can't find my original post it was a while ago where I was asking for help on how to have a macro update my entire document (bookmarks, TOCs, fields, headers, footers, etc.). Graham Mayor gave me a macro to use. It worked great! I now have to create a new template which I ...
|
| AfterSave Event ? | 05 Jun 2007 10:13 GMT | 8 |
Word 2003 seems to have very few events to react upon ? There is a BeforeSave but no "AfterSave" I would likr to be able to copy the document to a folder when I 'flip back' to my application (if it has changed)
|
| Saving an array | 05 Jun 2007 06:36 GMT | 1 |
Hi, I have a program that has been runing for 6 hrs and has colected 12000 elements on a array, it will take like other 6 hrs so to finish, is there is a way so to save the array ( to pause the program and to put some code on it) so to save the obtained array???
|
| Signature Block in Forms | 05 Jun 2007 00:10 GMT | 1 |
Good Morning, I have a form that I have added a signature line on the bottom of it. If I turn on form protection the form works but the signautre line does not and when form protection is turned off the signature line works. Is there any
|
| Loop stuck | 04 Jun 2007 22:39 GMT | 2 |
The following loop (used to tighten up pagraphs, since I need an accurate first character later in the process) gets stuck as soon as the style condition ("if parchk.style=..."is met. Dim par as paragraph
|