| Thread | Last Post | Replies |
|
| script to copy pages in MSWORD | 30 Nov 2003 20:30 GMT | 3 |
I am using the page set up A4 potrait 2 sheets per page (A5 landscape) I am after a vba script to read the A5 page in word, copy it and paste it to
|
| "Could not open macro storage" | 30 Nov 2003 18:50 GMT | 2 |
We are completely new to VB and have struggled along and finally gotten our combo box working...on one computer in our office. When others open the doc from our network drive, however, we get an error message "Could not open
|
| how to create new document useing event/method/prodecure | 30 Nov 2003 18:49 GMT | 2 |
i have one document template and background vb coding. i have vb form which help to fill the information in the documnet. on the form i put the save button. when user click the save button it savedocument as given name. what i like to do now is once document saved i like open new ...
|
| Saving changes to document with Combobox. | 30 Nov 2003 18:46 GMT | 1 |
I am new to programming with Word, however, familiar with Access. I've programmed a document with a Combobox and a label (that changes depending on selection of the Combobox). When I save the document (under a new name) and open it, the default selection appears in the Combobox. I ...
|
| selection between to bookmarks | 30 Nov 2003 18:29 GMT | 1 |
Hi I want to make a selection to operate something beetween to temporarely created bookmarks in a macro.Who could help Thanks
|
| Exception | 30 Nov 2003 17:44 GMT | 2 |
This code produces an error when attempting to close the dialog in word.... An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred Additional information: Word has finished searching the document. What can I do to avoid it?
|
| VBA macro parse Word line | 30 Nov 2003 16:36 GMT | 1 |
I'm new to using VBA and am struggling with being able to parse a line so I can use part of that information in the filename. What I have are a bunch of Word files (these are doctor's patient notes) that I need to do two things to:
|
| Comparing two documents and finding the accuracy | 30 Nov 2003 15:20 GMT | 6 |
How can i campare two documents and give the accuracy of the compared one using vba. Supposing that i have a master document and a test document and i want to compare the master with test and
|
| File Menu | 30 Nov 2003 06:37 GMT | 10 |
Inside a macro is there a way to tell the application to show or hide the text version of the menu that says File - Edit - View - Insert - Format - Tools (rests on top of the toolbar)
|
| Replacing Word menu bar with custom menu bar | 30 Nov 2003 06:28 GMT | 5 |
I just experimentally put together this code that replaces Word's menu bar with a temporary menu. Questions: Why would anyone want to replace the menu bar with a custom menu bar?
|
| modifying a template | 30 Nov 2003 00:12 GMT | 1 |
somehow when i typed a letter , it became a template and opens up every time i go to word. How do i get my blank template back
|
| Selecting Pages | 29 Nov 2003 23:55 GMT | 1 |
I am trying to develop a macro that copies or filters pages within large document. I would like to select the complete contents of a pag and paste it to a separate document. Idealy I'd like to supply a lis of page numbers which are selected and exported automatically.
|
| I need help reading/writing to the registry | 29 Nov 2003 22:37 GMT | 2 |
In Word 2002, I have a macro that should store a person's name, fax number and telephone extension in the registry and another one that should be able to read that registry information into a userform whenever they create new correspondence. I can't seem to decipher the syntax for ...
|
| HELP! Endless loop added 23,000 pages! | 29 Nov 2003 22:37 GMT | 6 |
It's supposed to be a simple loop: find text, do this 'n that, find the next one and do it again. But it doesn't find the next one - it keeps going back to the first one! One of the commands is inserting a page break, so I've got 23,000 new pages inserted before the first text ...
|
| Make new document with templates, userform etc. | 29 Nov 2003 20:24 GMT | 2 |
I've a question about templates & userforms How to use them when I want to make a new document I've got a template that is called brief.dot en a document tools.doc an I want to make a new document called brief001.doc
|