| Thread | Last Post | Replies |
|
| VBScript Run Slow Unless Word Already Open?? | 14 Sep 2004 21:28 GMT | 3 |
I have an elaborate VBScript which builds a report in Word 2000 running on an NT Server with Citrix. If the VBScript is started without Word being open, then the VBScript invokes Word but the script runs very slowly.
|
| Clipboard: pasting last two (or all) items from Word clipboard and clearing clipboard. | 14 Sep 2004 17:00 GMT | 1 |
I copy two pices of text from another program and need some VBA way of 1 pasting them into Word in the order copied, then clearing the Clipboard, 2 adding various other stuff below the pastes (have macro for this),
|
| How to insert separator into the CommandBar created dynamically | 14 Sep 2004 16:35 GMT | 1 |
Hello, I can not find the way how to insert the separator between the two buttons of custom CommandBar inserted into Office MenuBar. Can anyone help me with some hint?
|
| word crashing | 14 Sep 2004 15:48 GMT | 2 |
I've got a word document which automatically goes into a mailmerge, fills out the details and ends up with the final letter. This worked fine, until the folder name changed. Now when i open it up, it can't find the data
|
| Help with Resetting Focus to a Previous Document | 14 Sep 2004 13:23 GMT | 1 |
Summary: I am working from within MS Access. I open "DocumentA", read a column of values (one at a time). For each read, I go to "DocumentB" and walk down a column of values to see if that value is equal to the value that was read from "DocumentA". If it is, it sets a ...
|
| Password for a Word doc | 14 Sep 2004 11:55 GMT | 3 |
I am in Access XP and I create a Word doc. I want to set passwords for this document so that it is protected from prying eye... BUT I would like those passwords to apply when someone
|
| Help with Outlook function | 14 Sep 2004 11:43 GMT | 2 |
I've written a VBA macro that runs in Word to help users create form letters with names drawn from an Exchange contacts folder via the Outlook object model. It populates a drop-down list with all of the names from the folder. Because this takes about 30 seconds, and the list of ...
|
| Office conversion error | 14 Sep 2004 09:41 GMT | 5 |
How can I run a program that was created in Office XP and use on a computer that runs Office 2000? I get an error meassage.
|
| RecentList | 14 Sep 2004 09:19 GMT | 2 |
Hallo VBA-friends I've wrote a Makro, which deletes the filelist of the file-menu: Sub ClearFileList()
|
| Compile error in hidden module: menus | 14 Sep 2004 08:45 GMT | 1 |
I use Microsoft Office XP Pro + SP2 When I open a word document which sent from my friend within Macro everytime, I get a Visual Basic Dialog Box pop saying "Compile error in hidden module: menus".
|
| Filtering msoFileDialogSaveAs | 14 Sep 2004 08:36 GMT | 1 |
Is it possible to Filter the "Save As" dialog (msoFileDialogSaveAs) through VBA in Word? When I try: Set dlg = objWord.FileDialog(msoFileDialogSaveAs)
|
| Inserting an image from vba | 14 Sep 2004 06:44 GMT | 4 |
I want to insert electronic signature (saved in the form of a scanned image)into a word document from vba. I will specify the place of insertion by creating a bookmark at that place.
|
| File size bloat | 14 Sep 2004 05:35 GMT | 1 |
I use a lot of References to bookmarks (e.g., {Ref TableOfContents \* mergeformat}), and a lot of outline styles in my Word documents, and a lot of references to specific outline paragraphs.
|
| Counting pages | 14 Sep 2004 03:00 GMT | 1 |
Hi - trying to figure out how I can say: If Pages.count = >1 then msgbox ("you need more than one page") and exit sub I want my macro to give the user a message and exit the
|
| Is it possible to catch event "Word document editing started" | 14 Sep 2004 02:12 GMT | 4 |
Hello, I need to find out programatically the moment when user starts editing the MS Word document (later I will need the same with excel and ppt docs), that I have opened programatically. I'm writting my Com AddIn with C#.
|