| Thread | Last Post | Replies |
|
| Possible to control MailMerge programmatically? | 16 Oct 2003 15:59 GMT | 2 |
I have an existing form using an WordXP template that is activated from a VisualBasic application. The app sends a connection string and ID number to the template which then takes over and uses a series of VBA procedures to pull in recordsets from a number of tables in a
|
| how can I determine which version of MS-Word is installed ??? | 16 Oct 2003 15:47 GMT | 1 |
How can i determine version of MS-Word?? viz Office 2000 SR-1, SR2 ..etc, Can any one help me out ?? -- Regards,
|
| grey out certain tools | 16 Oct 2003 15:07 GMT | 4 |
Is it possible to disable certain tools on a toolbar through macros? Since my question about spell checker below was not answered, I thought what I could do is have four buttons in a document. set one would include unprotect document and the regular spell check button
|
| "Document modified " Flag | 16 Oct 2003 14:58 GMT | 1 |
Is there a flag which can be queried that will tell me if a word 97 document has been modified since it's last save ?
|
| How start a numbered list at 1 ? | 16 Oct 2003 13:17 GMT | 1 |
I have a lot of numbered lists in my document. How do I separate them i.e start ech one at 1 instead of having them run 1 thru n in a continuous sequence? Seems like it should be simple?
|
| CreateFolder | 16 Oct 2003 12:50 GMT | 1 |
I am trying to create a new folder as part of my word 2000 VBA procedure. I have identified that there is a such a command but my help file will not show it!! I have searched the Microsoft support sites and the MVP
|
| Arrays (I think) | 16 Oct 2003 11:51 GMT | 1 |
I have a macro that initalizes a variable a gets a value for the var that is a code. The code is associated with a building name. I am trying to convert the code to the name inside the macro. For instance the code is "asbldg", in a table this refers to the "Anwar Sadat building." ...
|
| Using variables to get names of all textboxes on userform | 16 Oct 2003 05:50 GMT | 1 |
I have a userform with 12 textboxes on it, named txtItem1 through to txtItem12. Users may fill in just one of these textboxes or up to the maximum 12 and the same commands are then run on each texbox used.
|
| Change line color | 16 Oct 2003 05:45 GMT | 3 |
is there a way to change the color of the lines to be added to the document - through word's object model / macros? i mean a functionality similar to changing the line color from the "Drawing" toolbar.
|
| Determine the Version of Word a Document Create With | 16 Oct 2003 01:26 GMT | 1 |
Can anyone please tell me how I can use VBA (or anything else) to determine the version of Word a document was created with. All replies are appreciate.
|
| word 2002 | 16 Oct 2003 01:12 GMT | 1 |
For the past 6 months I have been trying to rename global.dot bedause my word opens slowly and I usually get an error message saying to rename this template.I also have tried to download the Word 2002 support.exe file and it
|
| Books for beginners | 16 Oct 2003 01:11 GMT | 3 |
I am completely new to Visual Basic. First, can you purchase Visual basic 6 or does it have to be Visual Basic .NET. Secondly, can anybody suggest some good books for a beginner. Thanks,
|
| Spaces between scentences | 16 Oct 2003 01:10 GMT | 1 |
Is there a way to get MS Word to automatically eliminate the second space preceeding a new scentence if the automatic line breaking breaks the line between the two spaces.
|
| Macro to blank out doc properties, Last 10 Authors etc | 16 Oct 2003 00:59 GMT | 1 |
Is there code for blanking out the document properties like revision number, last saved dates, last 10 authors that Microsoft Word usually records? Because there are programs out there that can unearth this information, we
|
| SaveAs Dialog box not showing | 16 Oct 2003 00:55 GMT | 1 |
I am trying to invoke SaveAs dialog box from my custom menu click event. Here is the code that I tried. It will not show me the dialog box when I Call Show method. Dim dlg As Word.Dialog
|