| Thread | Last Post | Replies |
|
| Macro for "Printing (with balloons), Paper orientation= Auto" | 17 Mar 2006 00:07 GMT | 2 |
X-No-Archive I am trying to incorporate into a Word macro the setting "Printing (with balloons), Paper orientation= Auto", the option that you can check in the Reviewing Toolbar, Show, Options, but it is an action that does not get
|
| Autotext code not working all of a sudden! | 16 Mar 2006 23:57 GMT | 2 |
I have autotext stored in aglobal template which I callupon from code stored in that global template and place it in the current document: Selection.EndKey Unit:=wdStory ' goto end of document ThisDocument.AttachedTemplate.AutoTextEntries(sMG12).Insert Where _
|
| Replace Header | 16 Mar 2006 23:03 GMT | 1 |
I have a template which lists the names of the owners of the company in the header. From time to time these names are updated. When we pull up old documents many times the header is out of date and users forget to run the update macro I created. Is there a way to create an ...
|
| Help with multiple conditions within an if clause | 16 Mar 2006 22:08 GMT | 5 |
I need some help making the below script a little smarter. I wish to have the macro key off of two differ criteria, one being the already present .Columns.Count = 4 but I also need to include if the text within cell(1,1) = “Mike”. I have tried to make the if clause read two ...
|
| How to reference images w/i a document using VBA Word macro? | 16 Mar 2006 21:12 GMT | 1 |
How can I reference the images contained within a word document (with a word macro)? I'd like to obtain a graphic corresponding to the image. Is this possible? If so how?
|
| Form Field Options, Run Macro On... | 16 Mar 2006 20:46 GMT | 5 |
I have a VBA procedure in a module which I want to run on the Exit of a Form Field. The procedure name appears in the list of selectable procedures when I design the template, and it runs just fine as a template.
|
| Menu commands appear differently on different computers | 16 Mar 2006 20:17 GMT | 3 |
I've created a Word 2003 template with a custom menu command that contains styles (the STYLES menu), and it appears between the Edit and View commands. I've tested it on three different systems, and it worked correctly. However, when others install and open it, the menu items are ...
|
| Different hearders within the same document | 16 Mar 2006 19:15 GMT | 1 |
I was advised that if I want to have a different header from a given location within the document I should insert a Section Break which I did but the headers are still the same throughout the document Thank you,
|
| String parameter too long | 16 Mar 2006 19:07 GMT | 2 |
I am trying to replace the string within a document with another string maybe 300 characters long but it throws this error 'String Parameter Too long' what can I do to avoid this error Thank you,
|
| Template with clauses check list | 16 Mar 2006 17:27 GMT | 1 |
.I am creating a template in Word XP that can contain several different clauses in different orders. The template has the following criteria: a.. Document that can created by buyers and clerical staff using a check list for clauses and macros to create the document
|
| Compatibility with Open Office | 16 Mar 2006 17:06 GMT | 4 |
I know that Open Office is meant to be compatible with Word but does this include the macros and the tool bar that I have made to go with my macros? Thanks
|
| How do I keep Word from re-setting my default printer? | 16 Mar 2006 16:59 GMT | 3 |
I have 2 laser printers hooked up to my system: 1-color (printer A) and 1-black/white-networked (Printer B). I have Printer B designated as my Default Printer. However, if I send a couple of print jobs to Printer A, Word (or MS Office) resets Printer A to be my Default Printer ...
|
| programming tabs | 16 Mar 2006 16:58 GMT | 1 |
I work heavily with VBA in Access but I'm quite new programming word. I'm able to manage range and Bookmark but I usually start from a template were everything is already settled up. What i need to know is:
|
| sportsmanship | 16 Mar 2006 16:56 GMT | 3 |
|
| Save Word form fields as seperate text files, looping through folder | 16 Mar 2006 16:49 GMT | 3 |
Hi, I have been trying unsucessfully to manipulate the following code for my purposes. Could anyone please help? I am trying to loop through a folder with Word files that are application forms. These need to be exported (using save forms data) to seperate text files with
|