| Thread | Last Post | Replies |
|
| Error Trapping | 21 Sep 2004 04:25 GMT | 5 |
Word 2000 I'm working on some error trapping routines for a set of macros that I've created. This is the first time I've really tried to do a lot in terms of error trapping. I've figured out how to use the properties of the Err
|
| Clearing a form | 21 Sep 2004 04:21 GMT | 2 |
How do I clear or reset the fields in my user form Thanks, Anita
|
| Paste does not retain table format or section breaks | 21 Sep 2004 02:51 GMT | 1 |
Wondering if anyone has any ideas what I'm doing wrong here? I have a document with three sections, all of which contain a mix o text in tables and outside of tables. I want to copy and paste variou sections, sometimes one, sometimes one & three etc.
|
| What is the method for deleting a comment? | 21 Sep 2004 02:34 GMT | 1 |
Is there a method for deleting all comments on the text included in a table cell? The cell can be selected and set as a Range if this helps. John Wirt
|
| WORD VBA: Macro to find text and change font color for the paragraph were text is found. | 20 Sep 2004 20:56 GMT | 3 |
I need help in writing a Word Macro that will find text in a paragraph and change the paragraph to a particular font color. I have searched the web and groups but can't not find any code which I can customize for my use. Any help would be appreciated!
|
| Move the Active Document? | 20 Sep 2004 19:28 GMT | 1 |
How does one move the active doc? I know about fso etc; I mean, it seems a bit awkward to try to move the current doc to a different folder in a function, the file is open, if I saveas that's fine but then the original file remains in the orig folder. I can't delete that can I ...
|
| How do I pass a value to Internet Explorer? | 20 Sep 2004 13:34 GMT | 9 |
Hi listmates, How can I send the content of a highlighted text in Ms Word (2000) to an input box on a webpage? So far, I have been able to capture the highlighted text (SearchWord) and fire up IE. I've researched the subject in the
|
| Saving Form Data Only as Plain Text File for Importing into Database | 20 Sep 2004 10:40 GMT | 3 |
I have created a form in Word 2002 to collect data electronically that can then be imported into a database. Exporting the data from Word is a two step process: (1) under Tools and Options, choose Save Form Data Only, then
|
| Creation date | 20 Sep 2004 07:07 GMT | 2 |
If I want to see if a document has been created, I use "ActiveDocument.BuiltInDocumentProperties("Creation Date")". How can I find out if a document has been created before
|
| Fill text fields with data from txt file - please anyone ! | 20 Sep 2004 06:26 GMT | 5 |
HI I have a little problem that I would like help with. I have a windo that opens when I start a template. In this window I can type name an adresse of the person that I want to send a letter to. I also hav fields for adding my address. I would like to These fields for my ow
|
| SaveAs File Permission Error | 20 Sep 2004 05:37 GMT | 2 |
This is not a question but an answer to one that has not been asked. Recently. I wanted to save a new document as "firstline text".doc Public Sub SaveTest()
|
| CommandButton in a template | 19 Sep 2004 23:54 GMT | 1 |
I have added a commandbutton to a word template but now when I print out the template I get the commandbutton also printed out, I would like to shut that off in so I don't see it in the printout , I have looked in the properties but have not found anything, does anybody know how ...
|
| Update 1 | 19 Sep 2004 20:33 GMT | 2 |
I've managed to remove the Dragon button from my upper toolbar. Just have the error message to deal with.
|
| Sentence Case by vba | 19 Sep 2004 20:24 GMT | 1 |
Using Word 2002 how would I use vba to change text to Sentence Case Thanks in advance Tom
|
| Need advice on Automating Word merge process | 19 Sep 2004 20:21 GMT | 6 |
Hi folks, I am using the following code to merge data from an Access table to a pre-defined Word 2000 merge document. It all works fine except for ONE problem -- after the merged document displays and the user saves
|