| Thread | Last Post | Replies |
|
| How do I invoke the "Reset" button in the VB Editior via code? | 12 Mar 2008 10:58 GMT | 4 |
I am writing a macro in an MPP.The macro runs fine for the first time.But the next time its run its popping up an Error.But again after clicking the "Reset" button in the VB Editor the code works fine again. Is there any way that I can "Reset" in the code itself?So that it will ...
|
| Help with error message | 12 Mar 2008 10:52 GMT | 4 |
Hi; Can anyone help me with the following: I've created a form with some built in macro which allow the user to get different selection list when they select different country. It works well at
|
| Sending Mail in Word | 12 Mar 2008 09:57 GMT | 1 |
I am about to send out a questionnaire that has been created in word, with forms and is protected. I have a return button to allow the recipient to return the questionnaire (the easier the better) and a message box appears thanking them for there
|
| can I link an outlook task item in a word document? | 12 Mar 2008 09:53 GMT | 1 |
I would like to create a word document and link selected outlook task items in it. Is this possible in Office 2003? Thanks for your help.
|
| Does A "Delete Section" Macro Already Exist? | 12 Mar 2008 08:28 GMT | 3 |
I'm looking for a macro that deletes the current section in a multi-section document, and that fixes the header and footer problem that occurs when deleting section breaks. I wanted to find out if someone had a macro out there already before I tackled it myself.
|
| using check box values in a formula | 12 Mar 2008 03:48 GMT | 1 |
I have a simple word form with various formfield controls. I want to use a formula field that counts the number of boxes which are checked (there are only 5). I was thinking I could use an if or something, but I'm not clear on how to get the state of the check box. I'm using ...
|
| parse text document | 12 Mar 2008 03:39 GMT | 3 |
I wonder if anyone could get me started on how to parse the text body of an email. The body looks like this: --------------------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-------------
|
| Where to place the Do | 11 Mar 2008 21:49 GMT | 4 |
Hello from Steved When I run the macro in "Step Mode" it works as it should. There are 2 Paragraphs The first Paragraph is to be boxed
|
| How to say "paragraph the cursor is in"? | 11 Mar 2008 19:43 GMT | 3 |
I am working on a macro to format graphics. (I owe it mainly to one of the Word MVPs, but I have forgotten exactly where I found it. I am grateful to the author, whoever it was.) The macro starts by checking whether a floating shape, in-line shape, or
|
| Why is my Tools/Record Macro command disabled? | 11 Mar 2008 19:37 GMT | 4 |
That is my simple question. I've tried playing w/ the macro security settings to no avail. Can anyone help me. It should be a simple thing; I just don't know what it is. Thanks
|
| Search for an Unchecked Checkbox | 11 Mar 2008 17:41 GMT | 4 |
Microsoft Word 2003 I need to create a macro that searches the document for checkboxes that are not checked. This document is not a locked down form. What is the code for searching for an unchecked checkbox?
|
| macro to copy filtered styles | 11 Mar 2008 17:09 GMT | 1 |
Is there a way to loop through all styles in a specific doc or template and copy them to another (doc or template) based on the fact that the style name begins with, for example "MVP" ? There's an example in the Help for OrganizerCopy that searches for a
|
| Code to select only lines in a drawing | 11 Mar 2008 14:22 GMT | 3 |
Using Office 2003 and Windows XP; Is there a way using code (or otherwise) to quickly select only the line drawing objects on the current page. i.e. only lines, not boxes or other shapes?
|
| Word 97 Won't Allow File Replacement | 11 Mar 2008 14:08 GMT | 10 |
Though this has worked well for years, it isn't anymore. - I export an ASCII delimited text file from another database program; - DDE commands are sent to Word to run a macro. The macro opens the exported file and performs mail merge ;
|
| Macros written to format text between wildcards ends up deleting t | 11 Mar 2008 13:52 GMT | 2 |
I am new to writing macros. In Word 2003 I have recorded a macro that Finds & Replaces the font formatting and size when using wildcards (so that any string of text between ;;*;; is formatted to Tahoma Bold 12 pt; or any text between @*@ is formatted to Tahoma Regular 11pt, etc ...
|