| Thread | Last Post | Replies |
|
| printing issue | 19 Mar 2008 15:46 GMT | 3 |
I had a requirement of printing MS Word document for the application, and the user should be given an option to change printer settings for the document that he/she wants to print, so that user can change page source, duplex property and color property of the printer.
|
| The tool tips for some text. Is it possible? | 19 Mar 2008 13:54 GMT | 3 |
Is there any way to add some tool tip (bubble help or screen tips) to some text into the Word? I know about the text of the help in the toolbar Forms, but it is some other. Thank you.
|
| Update Inherited Template | 19 Mar 2008 10:16 GMT | 1 |
I've been asked to update an existing Word template. Currently when a button on a custom Toolbar is pressed, the documents created from the template are modified and the following text is added "EAOC REFERENCE:"
|
| Recording a Copy macro | 19 Mar 2008 08:23 GMT | 1 |
I need the language to create a macro that will copy a word, or group of words, from another area of the document to the current field.
|
| autonumber in template or word | 19 Mar 2008 02:46 GMT | 1 |
Hi. I was thinking in create a a word template with a form. The problem is that the form as to have a sequencial number. How can I create a word template or word file that as a sequencial number that increase evry print.
|
| Creating forms | 19 Mar 2008 02:43 GMT | 1 |
I need to simplify a contract creation process. The document exists in Word. I would like to add fields that will repeat throughout the document, based on the first field. For instance - where the first field states the client's name, I want to be able to tag fields throughout ...
|
| Changing position of Userform at Startup | 18 Mar 2008 20:23 GMT | 7 |
I came across the "StartUpPosition Property" which allows the developer to specify the location of a userform when it first appears onscreen. Unfortunately, the settings only give you 4 options which do not allow much positional control of a userform. I have a large form with an ...
|
| Populate DocVariables in a Word Document | 18 Mar 2008 18:00 GMT | 9 |
I am trying to populate DocVariables in a Word document. Initially I tried to do this with bookmarks, and with some help from the people in the Excel DG, I came up with this routine, which works great for bookmarks: Sub PushToWord()
|
| Copy a row inside an other table | 18 Mar 2008 17:29 GMT | 3 |
I split a table into a lot of pages using macro and I would like to copy-paste the first row of table#1 at the top of table #2, etc. Something like the following but using the object method. Thank you!
|
| Conditional formatting in a table based on cell content with a mac | 18 Mar 2008 16:55 GMT | 1 |
I have a table that is 8 columns across and multiple rows. The 2nd row is my conditional. If it is filled with "X" or "x" it will fomat the last 5 columns of that row in a dark gray background. If it is Blank, it will not do anything. This needs to start on the first row and ...
|
| Reading XML files to fill out Word form | 18 Mar 2008 14:55 GMT | 1 |
I am brand new to VBA and don’t know if this is even possible, but I have a Word document form that has a section that I need to fill out manually, but the rest of the form could filled out automatically, if I could reading an XLM file. For part of the form I would need to read ...
|
| formatting date field inserted by macro | 18 Mar 2008 13:23 GMT | 4 |
Sorry if this has been asked recently. I want a macro to insert a customized date. I understand that I can insert an unformatted date field with .Fields.Add and Type:=wdFieldDate and then S&R the code inside the
|
| Toolbar or User Defined Menu on Merged Document | 18 Mar 2008 12:57 GMT | 1 |
I need to run a macro on a merged document. I created the macro in the template that is attached to the form letter. I also created a custom menu and toolbar to be able to run the macro. Once I have merged the document I do not see the toolbar or menu on the
|
| Set pasted link to update manually | 18 Mar 2008 09:05 GMT | 1 |
I've defined a macro to paste a cell from Excel into a Word document as as link and have put a button on a custom toolbar. The macro currently works but all the links it pastes are set to update automatically which makes working with the Excel spreadsheet
|
| Help with IF THEN ELSE code | 18 Mar 2008 09:01 GMT | 1 |
I need some assistance in determining the proper code for a Word macro I’ve written. Here’s the basic set-up. I have a user form that contains six image boxes. Below each image is a text box, and above the image is a label. When I click the label an “Open file” window appears ...
|