| Thread | Last Post | Replies |
|
| Detect if Outlook is running | 29 Sep 2003 09:58 GMT | 2 |
How do I detect if Outlook is running? How do I close Outlook if it is running? / Ulf
|
| Select section 1,2 and 4, not the rest of the document | 29 Sep 2003 08:54 GMT | 1 |
I need to select only section 1,2 and 4 from a document to copy that to another document, is that possible or what can I else do to copy the information (there is a table in every section) to the new document.
|
| What temporary filename does word give to a new document | 29 Sep 2003 08:47 GMT | 1 |
I create a new document I suppose that word give it a temporary name (I guess it look like ~1234.tmp), how can I get that name so I can reference to that? Regards
|
| Select section 1,2 and 4, not the rest of the document | 29 Sep 2003 08:42 GMT | 1 |
I need to select only section 1,2 and 4 from a document to copy that to another document, is that possible or what can I else do to copy the information (there is a table in every section) to the new document.
|
| SaveAs Location | 29 Sep 2003 08:37 GMT | 8 |
I have opened a word template from a user selected location. When the users selects the File/SaveAs dialog how do I tell word to use the same folder as the original template (at the moment it defaults to the default templates folder)
|
| Project Locked - Project is Unviewable Word 2000 | 29 Sep 2003 03:43 GMT | 9 |
I am trying to work on a template that I created and am not able to work on the code. I get an error message: Project is Unviewable. I have not locked the project. I've gotten the message in the past and was able to
|
| Spell Checking "Locked" Forms | 29 Sep 2003 01:45 GMT | 1 |
I was wondering how I could spell check 'locked' forms in Word. Thank You... Alan
|
| passing parameters to macro from command line | 28 Sep 2003 22:36 GMT | 2 |
This is my macro sample : Sub OpenDoc(filename) Document.Open filename End Sub
|
| vba toolbox displays on userform | 28 Sep 2003 21:08 GMT | 2 |
Can anyone tell me why on some userforms when they are displayed the vba toolbox is also displayed on top of the form. How do I stop this happeneing it doesnt do it on all
|
| page number | 28 Sep 2003 18:29 GMT | 4 |
I would like to read the page number of a word document with a vba program. Can you help? Thanks, Marc
|
| Access two printers at the same time | 28 Sep 2003 14:12 GMT | 5 |
I would like to print to two printers from the one word document. The first will be the main document that will be a mailout which will print on a laser printer, the second part will be an address label printed on a
|
| Accessing WORD thru ODBC | 28 Sep 2003 10:36 GMT | 1 |
Is it possible to access a WORD document thru ODBC? If so does anyone know where I can get the driver?
|
| Help with populating listbox from Excel and inserting results in bookmarks | 28 Sep 2003 09:45 GMT | 3 |
I've read multiple threads about this, but my attempt at using the code is still not working. I read the "Load a ListBox from a Named Range in Excel using DAO" on the MVP site and here is how I set it up: Private Sub CSHdata_Initialize()
|
| Missing first column in listbox containing data from Access | 28 Sep 2003 09:38 GMT | 1 |
I have a former post on the list regarding populating a listbox from Excel, however I also had a script for doing the same thing from Access and I've gotten it to work EXCEPT... I am missing the first column in my listbox! Please check the code below to
|
| Listing Files and Directories in User Form | 28 Sep 2003 09:03 GMT | 2 |
I created a user form with a list box, but can't figure out how to get directories and files to show up. Any assistance appreciated. I mean, I haven't tried to do this since they were called dialog boxes.
|