| Thread | Last Post | Replies |
|
| How do I enable macros? | 02 Feb 2005 22:20 GMT | 2 |
I have a document that has already disabled the macros and I want to enable them
|
| How do I create a button in a word template that will run a macro | 02 Feb 2005 22:01 GMT | 2 |
I Have four fields that need to be updated when the template is opened and I have recorded a macro Selection.WholeStory Selection.Fields.Update
|
| Can't record action in Word 2003 via macro? | 02 Feb 2005 20:58 GMT | 2 |
I apologize if this is slightly off topic, it seemed like the vba beginner group would be the most likely to use macro recording as a starting point for developing VBA code, and hence the best base of experts to ask this question.
|
| Insert Text Left of Bulleted Style | 02 Feb 2005 17:11 GMT | 7 |
Hey Gang, I am trying to enter some text against the left hand side margin on lines that use either bulleted or numbered styles. I couldn't figure a way to enter it simply by typing so I tried inserting a text box of the necessary
|
| Macro to delete between bookmarks | 02 Feb 2005 17:07 GMT | 2 |
In Word97, can a macro be written such that it will delete all text between 2 bookmarks? Thanks, Marty
|
| Changing Styles of Bulleted Lists (Word 2000/Windows) | 02 Feb 2005 14:32 GMT | 2 |
Hello Again! I seem to be misunderstanding ActiveDocument.Lists and ranges and once again need some help. What I am trying to do is find every line in a document that has a
|
| Page Level Classification Macro? | 02 Feb 2005 14:27 GMT | 3 |
I need a way to do page level security classifications that mark the page header with a text flag based on the content. Basically the page text will have a text marker at the end of secure paragraphs that indicate the classification level of that paragraph. The
|
| Attn Jezebel: Search and Replace in String | 02 Feb 2005 02:53 GMT | 3 |
Jezebel, Your earlier response to my issue works perfectly by itself. But when I add it to an IF statement, the macro completely runs over it bringing back a negative response, therefore treating the line of code as if it had been
|
| Save each Word page as a separate document | 02 Feb 2005 00:06 GMT | 2 |
Is it possible using VBA to create a separate Word file based on each page in a larger Word document? The larger document has many pages with headers and footers. Is it possible to use the "Print to file" option? If so, how? If not, how can this be done
|
| Finding a complete list of all character formatting | 01 Feb 2005 22:15 GMT | 3 |
Dear colleagues, Does anyone know were I can find a complete list of all character formatting proporties that can be checked using VBA like bold, italic, underline, ... ?
|
| Cannot open Access database on CD | 01 Feb 2005 21:57 GMT | 2 |
In my Word VBA application I would like to open an Access Database on a CD, but get an error message telling me that it cannot be opened because it is "either locked by another user or you need permission to read it". However, none of these conditions are fulfilled as far as I ...
|
| Hyperlinks and Images in forms | 01 Feb 2005 21:53 GMT | 14 |
I need to create a form based template with: 1.) An editable field that outputs a hyperlink 2.) An editable field that outputs an image How do I go about doing this? Do I need some special scripts, or have I
|
| Restoring bookmark in header/footer | 01 Feb 2005 21:48 GMT | 3 |
Restoring a bookmark after changing its contents is a snap in the main story of the document with ActiveDocument.Bookmarks.Add. Not so in headers/footers. What's the secret there?
|
| Search and replace | 01 Feb 2005 21:12 GMT | 1 |
Someone is searching for the following string. Could you please explain the "@" and the "\". I'm not quite sure what this means. Thank you for your help. "\*{3}[A-Za-z0-9]@\*{3}"
|
| Packaging and Deploying a Word 2000 Project | 01 Feb 2005 20:39 GMT | 1 |
I maintain a rather complex Word 2000 project comprising of one global template and two templates. It is distributed around my organisation for installation on Windows 2000 laptops with particularly strong security policies I have written my own custom setup macros to install ...
|