| Thread | Last Post | Replies |
|
| Word Macro Code Failed when run it thourgh a template | 19 Mar 2008 17:29 GMT | 9 |
Hi List, I have a word template. once user entered a date, the code will check to decide wheter need to add new logos to the file. for doing this, the macro needs to open another file which contians the new logos, then copy over to
|
| Sorting a Listbox | 19 Mar 2008 17:21 GMT | 1 |
I have a list box (lstProjects) on a user form that is populated by a text file. I need help with code that would sort the listbox in alphabetical order. Thanks for any assistance you can give me!
|
| 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
|