| Thread | Last Post | Replies |
|
| word automatically deleting text | 02 Jun 2007 14:37 GMT | 2 |
how can I stop automatic deleting of adjacent letters when I'm editing in word?
|
| Checkbox in forms stop working | 02 Jun 2007 14:05 GMT | 1 |
I created a form and tested it out and it worked fine, but after I saved it and tried to use it, the checkboxes would not work. It only opened Visual Basic - which I have no idea how to use, by the way. FYI - The form is protected and I used the checkboxes from the forms
|
| Word Mail Merge and Printer Zooming! | 02 Jun 2007 10:58 GMT | 1 |
Is it possible to have a macro control the printer zooming after the mail merge is done?? We are having problems merging labels with our macro. It now crops the printout to show only 12 of 14 inches on a US fan fold. We can manually set the zoom to make the print go across the ...
|
| word merge - Set unicode with OpenDataSource | 02 Jun 2007 10:47 GMT | 1 |
I have some automaton code, and I trying to set the csv (text) file as Unicode, and thus avoid the prompt that asks for Unicode. I can't find a way to set that Unicode. I tried the macro recorder..and I get:
|
| save csv file | 02 Jun 2007 09:51 GMT | 4 |
I used the following code in developing a macro under Word 2003 then put it on a machine using Word 2007. Everything I've transferred from 2003 to 2007 macros has worked fine, but with the code below, 2007 gave me a message saying the file didn't exist. Duh...that's why I'm using ...
|
| userform question | 02 Jun 2007 09:26 GMT | 1 |
I am new to userforms and was wondering if someone could help point me in the right direction (I already tried to create my first userform using http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm ). The
|
| DocumentBeforeSave | 02 Jun 2007 03:56 GMT | 7 |
I'm trying to use the above function in a macro for Words, but can't get it to work. I've used this before in Excel, but Word is different.
|
| Paper Type Codes for Macros | 01 Jun 2007 20:47 GMT | 3 |
I would like to create a macro that will quickly assign a paper tray or paper type to a document. This is the code: Sub tray()
|
| Dynamically/conditionally updating INCLUDETEXT fields | 01 Jun 2007 19:40 GMT | 6 |
I have a Word 2002 document containing several INCLUDETEXT links to word documents hosted on a Web server. These links have the following form:
|
| 2002 VBA bug fixed by recent patch, follow-up question | 01 Jun 2007 18:53 GMT | 1 |
We have a 300-user network, and our users are all on Word 2002 (XP) with SP3. We don't have any automatic push of office updates setup by our network admins.
|
| VBE Object Documented? | 01 Jun 2007 18:47 GMT | 1 |
Where is the VBE (Visual Basic editor) documented? Is there a chm for it? I can look up individual items in MSDN if I know about them, can view the properties only in the Watch window of the IDE, or manually go through all the calls in the IDE but that is inefficient. Is there a ...
|
| Paper Type codes for VBscript Macro | 01 Jun 2007 18:26 GMT | 1 |
I would like to create a macro that will quickly assign a paper tray or paper type to a document. This is the code: Sub tray()
|
| Can't close documents programmatically | 01 Jun 2007 14:52 GMT | 1 |
I have a routine which assembles various subdocuemtns in to a main container documet. Each sub-document uses a mailmergs one item deep to update information in itself before fileds are unlinked, set as a normal document and then copied and pasted to the container document. It was ...
|
| Can't see macros in organiser | 01 Jun 2007 14:44 GMT | 5 |
I have a number of macros stored in the normal template and am trying to figure out how to use the Organiser but none of my macros are listed whether I look at the currently open document or the normal template - I'm sure I'm doing something stupid here or missing something ...
|
| Self starting macro | 01 Jun 2007 14:35 GMT | 1 |
How do you get a macro to self-start the moment that a particular document is opened? Thanks in advance for your help, Ellen
|