| Thread | Last Post | Replies |
|
| How to delete pages in MailMerge | 07 Feb 2005 06:58 GMT | 1 |
A week ago, I posted a question that was not successfully answered, so I'll change my approach and rephrase it. I have a rather long document that has many fields that are filled in by a mailmerge. (MERGEFIELDs and DOCVARIABLEs gotten from several user forms,
|
| Formatting /Sorting Checkboxes | 07 Feb 2005 06:58 GMT | 1 |
I'd like to add checkboxes to a list questions on my document template/form. Checked boxes are positive: Unchecked/blank boxes are negative. That's the easy part. Then I'd like to add a command that separates the negative from the positive
|
| AutoList Members for CustomDocumentProperties | 07 Feb 2005 01:27 GMT | 4 |
The VBA help for CustomDocumentProperties uses an example Document("Sales.doc").CustomDocumentProperties.Add .... Why won't the .Add part autolist like it will with: ActiveDocument.Variables.Add ?
|
| Document Variable vs Bookmark | 07 Feb 2005 00:37 GMT | 4 |
I have a template that I have used bookmarks in which work fine, but because there is a possibility of the data needing to be changed (via userform) after the original document is created, I am trying to use a document variable instead.
|
| Protecting a document | 06 Feb 2005 22:58 GMT | 1 |
If I go to tools, Protect Document , the Protect Document window pops up giving me the chance to enter a password, but if I use the "lock" button on the Forms toolbar I never get the chance to provide a password. I assume it just protects the document with a blank password.
|
| Microsoft Word XP 2002 Macros Programming Methods | 06 Feb 2005 22:40 GMT | 1 |
How do I program anything in Microsoft Word XP 2002 with Macros? I would like all visual, step-by-step instruction on how to macro and program in Microsoft Word XP 2002. I need to learn all about macroing and programming right now! I am so anxiously interested in learning how ...
|
| a bookmarker for office word | 06 Feb 2005 22:27 GMT | 6 |
It would come in handy when you are reading long articles or long story's. What I mean is that you're not gonna read a document with 600 pages in it at once. A bookmarker would come in handy, wouldn't it? It would be something like two button in one of the toolbars. One to place
|
| Replacing Wordbasic.Call in Macros | 06 Feb 2005 19:41 GMT | 4 |
I have various macros that were originally written in Wordbasic. I have rewritten or converted most to VBA code but one particular piece of code won't seem to work in VBA so I must be doing something wrong. an instance is WordBasic.Call "somemacorname.ITUPrintPSToDisk", filename
|
| Word automation and " error 5" | 06 Feb 2005 19:15 GMT | 1 |
I have a VB6 application which is able to create report documents using Word. Automation and early binding is used. I have compiled the program using the Microsoft Word 8 library (msword8.olb). The application has been installed on 2 machines, one with Office 97, the
|
| MoveDown method does not appear to be working | 06 Feb 2005 19:10 GMT | 1 |
I am experiencing an issue using the MoveDown method with WordAutomation when Word is invisible. It works when Word is visible. I am using Word 2000. What I want to do is select the table and then move down to the line
|
| Trying to change the name of a formfield | 06 Feb 2005 16:21 GMT | 4 |
I have code that inserts autotext entries into a document. I need to change the name of the form fields that are in those autotext entries based on the number of those entries that are inserted into the document. For example, I have a form field called DICTATION_N1_x in the ...
|
| Help in finding the next 'S' | 06 Feb 2005 16:06 GMT | 1 |
I have code that actually find the 1st 'S' of the document where it will cut and paste to new document. Can i coded in vb that it will find the next 'S' and cut and paste instead. With Selection.Find
|
| Macro to search for hyperlinks or email anc copy | 06 Feb 2005 15:07 GMT | 2 |
I need a macro to search for email addresses in a word document, then copy them into another word file with comma and space after each one. This is because I have a large file with email adresses throughout the file. I then want to create a mailing list using these addresses.
|
| 0x0D 0x07 counted as one? | 06 Feb 2005 15:01 GMT | 4 |
I have created an application that interacts with Word documents through the Window, Document, Range and Selection COM interfaces. It’s a C++ application but I hope you VBA folks can help me with a minor problem :-) My application was working very well until I encountered the ...
|
| date calculation | 06 Feb 2005 13:11 GMT | 1 |
I have a form in which a user specifies a start date in one field. I want an end date to be calculated and appear in the next field. There will only ever be 2 possible end dates: 61 days from the start date (running continuously) or 2 years from the start date.
|