| Thread | Last Post | Replies |
|
| Pulling sentences in a menu from a text file - please any ideas ! | 03 Nov 2004 15:38 GMT | 1 |
HI I have a little question that I would very much like some help with I have a toolbar in word and when moving the mouse over a button I hav some sentences that I can insert into the document. The are made wit macros that are recorded but I would like to update this and add mor
|
| Automation error: "the specified module could not be found" | 03 Nov 2004 13:50 GMT | 1 |
I am trying to automat Word 2003 SP1 from a C# application. When instantiating Word I am getting an error saying: “the specified module could not be found". I have added the Microsoft Word Object Library as a reference for my project
|
| Please help with looping in macro | 03 Nov 2004 13:40 GMT | 1 |
Hi, I posted this to the vba programming list, but I thought I should post it to the vba for beginners site as well since I qualify myself as a beginner. I am working on a macro that finds each instance of a Heading 6, then
|
| Removing blank spaces and section breaks | 03 Nov 2004 13:30 GMT | 4 |
Using Office 2002 SP-2, Windows 2000 V5.0 SP-4. I have a Word template with a userform where users can tick checkboxes to include blocks of text. If a box is left unticked the corresponding block of text is deleted from the document. The document initially contains all
|
| VBA search for text string in non-Word doc? | 03 Nov 2004 11:07 GMT | 5 |
I am using TextStream to create documents. I also need to grab several text strings from the documents. At the moment, I create and save the doc with TextStream, then reopen it with Word and do my searches. This adds a monumental amount of time to running this program. Is it ...
|
| PRINT WORD DOCUMENT WITH PrintOut method | 03 Nov 2004 09:53 GMT | 1 |
The Word object, with de PrintOut method, prints MsWord document directly to a printer One of the PrintOut parameters is ManualDuplexPrint which print manually a double face document: first the odd pages and after you pu
|
| Using two passwords in a macro | 03 Nov 2004 09:11 GMT | 1 |
I installed a tremendously benificial macro that allows me to use SpellCheck in locked forms. We have hundreds of these locked forms. and some of them have different passwords to lock them. Is it possible to have the macro recognize at least two passwords?
|
| Declarations | 03 Nov 2004 08:44 GMT | 8 |
Advice on the following would be appreciated: We use Microsost Office 2003. From an Microsoft Access database, using vba, we export a memo field to a word document and save in HTML format. Within our Access database we reference Word 11.0 Object library.
|
| Creating a Purchase Order that automatically updates the o... | 03 Nov 2004 07:59 GMT | 1 |
How do I create a template for a Purchase Order that automatically updates the order number each time it is opened. I am using Office XP
|
| Acceptin Deletions | 03 Nov 2004 04:24 GMT | 2 |
This is probably rather simple, but I haven't been able to figure it out yet. I am interested in accepting just the deletions on a tracked document using VBA! THANKS!
|
| I'm losing formtext. Why, please? | 02 Nov 2004 22:59 GMT | 2 |
I have a template that uses a userform to collect data, and formfields for easy completion. After completion, I want to unlink the fields to convert the whole doc into regular text. The formtext text boxes lose their data, but the formdropdowns don't. I'm not turning formfield ...
|
| Find and Replace | 02 Nov 2004 22:23 GMT | 2 |
I have written a macro to replace specific text with the contents of a textbox on a form. If the textbox contains multiple lines then the resulting replacement does not have multiple lines. I searched the textbox contents and the ascii characters 13 and 10 are at the end of each ...
|
| HELP PLEASE! Inserting a chosen paragraph then inserting form fields into that chosen paragraph! | 02 Nov 2004 22:15 GMT | 3 |
For an assignment I have been asked to standardise a word document using VBA for a life assurance company. It is basically a letter that is sent out to clients to confirm what type of policy they have taken out and includes various details.
|
| ChangeFileOpenDirectory Problem | 02 Nov 2004 20:15 GMT | 2 |
I am using Windows XP (sp2). Word 2002 (sp3) I am trying to open a particular directory within VBA using With Dialogs(wdDialogInsertPicture) command. For some reason, it does not want to work correctly.
|
| Run Time Error 5825 - Object Deleted | 02 Nov 2004 18:37 GMT | 1 |
I have some VBA macro code below for Word 2003 (not the entire subroutine). The ActiveDocument.Variable("Document Number") is defined earlier in another subroutine, and the user is prompted for it, among other document variables. Unfortunately, if the user leaves it blank, the ...
|