| Thread | Last Post | Replies |
|
| remove macro after making a .doc from a .dot | 30 Aug 2007 00:26 GMT | 4 |
I am making a template with a VBA userform. However when the user has filled in the form and saves the resulting .doc, how can the macro be automatically removed from that .doc so that it is macro free and ready to be sent to a third party?
|
| multiple IF statements with a mergefield | 29 Aug 2007 20:16 GMT | 3 |
I'm needing an example of multiple if statements for the mergefield. I understand this scenario--> {if{ mergefield "data"} = '1' "type this text" "else type this text"}. The scenario I have is something like {if{mergefield "data"}="1" "type this
|
| if mergefiled, multiple scenarios | 29 Aug 2007 18:58 GMT | 1 |
Group, I'm needing an example of multiple if statements for the mergefield. I understand this scenario--> {if{ mergefield "data"} = '1' "type this text" "else type this text"}.
|
| Unprotecting the document | 29 Aug 2007 14:39 GMT | 1 |
Hallo all, The following problem has appeared in my word application. I have created macro protecting document: Sub pass()
|
| Multiple Watermarks | 29 Aug 2007 07:24 GMT | 1 |
How do I put more than one watermark on the same document? How can I move them around?
|
| End of Document check | 29 Aug 2007 00:30 GMT | 2 |
I am trying to fix some old files (text documents) with Word so I can then import them into Access as a flat file. I copy a piece of information at the beginning of the document and then paste it into the document multiple times (each file is different in length) until I
|
| Updating Excel Links | 29 Aug 2007 00:29 GMT | 5 |
Greetings -- This forum was kind enough to help me with a previous version of this problem, but I'm still having trouble. Since I'm the most computer-literate person among the intended users, I thought I'd try to create a fix that's
|
| mailmerge ends prematurely w/o error | 28 Aug 2007 21:30 GMT | 3 |
I have Word VBA code that basically: opens a main doc for each *.txt opens it as a datasource
|
| Templates and documents | 28 Aug 2007 20:48 GMT | 1 |
I am having the following problem wih a Word template. I created a template wit a number of forms. Through an AutoNew macro, a form is opened. The user fills out this form; the fields are stored in documentvariables within the document. The user then sends the document
|
| Programmatically determining cursor location and current page numb | 28 Aug 2007 19:00 GMT | 3 |
I'm pretty good with Excel VBA but I don't know Word VBA so I resort to using the Macro Recorder and pick out what I need. However, there are some things the recorder can't help with... I have an Excel workbook that opens a Word document and adds section headers
|
| Replacing Found Text with AutoText Entry | 28 Aug 2007 18:15 GMT | 31 |
I'm trying to take this code and alter it - instead of replacing text with text, I want to replace the text everywhere it appears in the document with an AutoText entry so I want to substitute the "hello" part of the ReplaceWith statement below with the AutoText entry [A]:
|
| Adding a reference to ADO library to Word project | 28 Aug 2007 16:38 GMT | 1 |
I've done some investigations about using ADO to bring information from SQL into a Word macro. I have some code but I think the piece I'm missing is how add a reference to the Microsoft ActiveX Data Object Library to my Word VBA project. Can someone suggest how I do this?
|
| Upper Right X | 28 Aug 2007 14:20 GMT | 2 |
how do I trap so that it cannot be used to exit a document
|
| simulating a key press (Alt + Down arrow) | 28 Aug 2007 11:49 GMT | 4 |
I have a drop down form field, and I want it to automatically down on when tabbed into it/on focus. You can call a macro on enter, so I was wanting to know how to auto drop down the list, or rather, simulate the key pressing of Alt and Down arrow (as
|
| combo box list data | 28 Aug 2007 10:30 GMT | 2 |
I was using a form field drop down box, but I have reached the 25 limit. Since word has no way around this, I having to use a combobox. However, under the properties I am unable to see what generates the list in the combobox.
|