| Thread | Last Post | Replies |
|
| MoveUntil method hangs | 30 Aug 2006 22:08 GMT | 5 |
I have a macro that causes Word to hang when the macro is run in a document that contains comments (the comment "bubbles"). In my macro, I use the Selection.MoveUntil method and pass in a negative number or the wdBackward constant. If the current selection is in front of a ...
|
| assigning variable to DB field value | 30 Aug 2006 21:25 GMT | 5 |
In the following code (brackets [] replace actual path name, etc.), what is the syntax for assigning the value of the database field to a variable? And a few more questions: What would be the equivalent code for doing the same but using a recordset
|
| Macro created one day, next day gone | 30 Aug 2006 21:12 GMT | 1 |
I created a Macro, save to two places by gmayor. I was going to go in and edit it. Today it is gone. Totally gone. I had saved, closed it, gone back to it two or three times, and even added it to one of my drop down menus. It's dead, Jim. Where did it go? Do I have to recreate it ...
|
| Print all docs in folder macro | 30 Aug 2006 21:10 GMT | 2 |
I loaded a macro that sounded promising, that would print all documents in a folder to a file. Wonderful. Now, how do you choose a folder to print it? I can choose documents, but have no idea how to choose a folder.
|
| HELP: Macros Vs InputBox | 30 Aug 2006 21:04 GMT | 1 |
Hey guys, Need help, if it is possible. What I want to do is have an inputbox that is more than one line so somebody can copy and paste several lines of text from another application to a
|
| How do I customise the action of a toolbar? | 30 Aug 2006 21:01 GMT | 5 |
I'm trying to create a toolbar that will print a document on a plain paper and the other on letterhead. We already have this toolbar on our templates and it did worked. But since we changed to a new printer, it will all print to a letterhead paper.
|
| Adding Bullets and Symbols to Protected Forms using Form Fields | 30 Aug 2006 20:58 GMT | 5 |
Hello, I have several templates that are protected using form fields...I am trying to figure out a way to allow the users of the form to implement bullets and symbols (such as the copyright symbol) to some the form fields.
|
| Updating Table of Contents | 30 Aug 2006 20:55 GMT | 5 |
Hi. I'm trying to update a Table of Contents (TOC) from a macro. Nothing I try works. When I do it manually, I get a prompt that asks me if I want to replace the TOC. None of the methods seem to take a parameter for replacing the TOC, which is what I need to do. Recording the ...
|
| Macros to delete track changes and comments | 30 Aug 2006 20:26 GMT | 6 |
Is there a macro code that I could use to remove all track changes and comments (not just hide them) before saving and sending a document? I've tried the Reject and Accept Changes, but sometimes if I click Reject all changes, it takes away changes that weren't tracked to begin ...
|
| Blue Screen Macro | 30 Aug 2006 20:05 GMT | 3 |
I used to have a simple macro I attached to a button that pressing once would turn blue screen on and pressing again would turn it off. Unfortunately, I lost it in a hard drive crash. I do most of my writing and editing in blue screen but some graphics don't appear and I need to ...
|
| VBA Find Replace - help with change!!! | 30 Aug 2006 17:58 GMT | 1 |
I discovered VBA Find Replace and would like to alter it to call a specific datafile and not the default ReplaceTextFiel.Doc file - I need some help - very new at this and it is a little over my head. I have some code I put together below but not sure where to put it. Would like ...
|
| Loadpicture in Mail Merge | 30 Aug 2006 16:04 GMT | 3 |
I am developing a Word mail merge to create letters from an Excel spreadsheet. I would like to load a picture on each page using a path in the excel spreadsheet.
|
| Want to get rid of the Word warning dialogue | 30 Aug 2006 14:58 GMT | 6 |
I'm working on a small VB-Word automation program which generates and prints a Word Document. The only problem that I face is that Word fires a warning dialogue stating that the borders of the document are beyond the printable regions. Each time I need to click 'OK' within this ...
|
| Command line batch print - HOWTO | 30 Aug 2006 10:43 GMT | 1 |
No help needed, just uploading info after my longish search so other can make use of this :D I needed a way to batch print a load of word docs in a folder, using a batch file.
|
| resolving combo box data to HTML e-mail | 30 Aug 2006 10:43 GMT | 1 |
I am creating a template in word to replace an existing paper based form with a e-mailed word document. To do this i am using VBA in word to send the document once finished and i am using several combo box's to select data on the document. The problem i am having is that when the ...
|