| Thread | Last Post | Replies |
|
| VBA Reading a Word Document's Form Field into a User Form Text Box | 09 Aug 2006 05:44 GMT | 2 |
How do I grab the value from an Form Field in an active document and then place that value into a User Form that has a corresponding text box. I thought it would be something like this but I can’t seem to get it to work. Private Sub UserForm1_Initialize()
|
| reformating a string... | 09 Aug 2006 04:27 GMT | 1 |
I have a word document that looks as follows: {"word1 / word1a"}, {"word2 / word2a"}, {"word3 / word3a"},
|
| Adding watermark to every page | 09 Aug 2006 00:18 GMT | 1 |
I have a bit of a panic on the go here and would like to ask for assistance. Can anyone suggest how I could programmatically (using VBA) add a watermark to every page in every section in a 10 to 20 page word doc? I want to add the word "COPY". I thought maybe I could add a ...
|
| VBA into already created table(s) in a Header or Footer | 08 Aug 2006 23:59 GMT | 6 |
MS Word - VBA into Header or Footer (and into a table in the same) Is there a way to allow gain access to a header or footer in Word via VBA? I have a one page form full of tables (Page 1) and the narrative begins on Page 2. There is a header and footer on page 2 and subsequent ...
|
| Bug with cross-references in VBA? | 08 Aug 2006 22:43 GMT | 2 |
I'd like to insert a cross-reference (reference to: only label and number) to a self defined caption (Insert->reference->caption) using a macro. Normally this wouldn't be a problem: Selection.InsertCaption Label:="Test", TitleAutoText:="InsertCaption1",
|
| How to enable envelope in a protected document | 08 Aug 2006 21:46 GMT | 11 |
I was wondering if somebody could help me finish this macro to work correctly. Basically what I'm trying to accomplish is to be able to run the envelopes and labels with a protected document.
|
| Saving documents from templates with form field information | 08 Aug 2006 21:01 GMT | 2 |
I have a template with multiple text and number form fields, including 'project number', 'project manager', and 'site name'. I want to set up a standard naming convention for the documents from this template with a combination of the form fields. I then want to set up a macro ...
|
| creating custom menus | 08 Aug 2006 19:50 GMT | 9 |
how can I create a custom menu in Word (2003) without explicitly installing add-in? I mean can it be done in VBA or VSTO? Thanks, Jan
|
| Automatically Insert Date + 3 | 08 Aug 2006 19:34 GMT | 7 |
I have a MS-Word 2003 document that I send out regularly. The document has the following statement: "Please return the survey form no later than August 1st". When I open the document, I want the sys to insert the current date, plus 3
|
| Hiding text based on custom document property | 08 Aug 2006 19:24 GMT | 1 |
Good afternoon, all, I am trying to show/hide text based on a custom document property, Audience. When my document opens, a form appears with three options, All, Agency, and Program Office.
|
| Changing the Print in Word with just the printer Path | 08 Aug 2006 18:05 GMT | 1 |
Changing the Print in Word with just the printer Path aka the path is \\server1\printer1 and i want my Document to print there Within my code which is vb. I have open add text to the document so I
|
| lost my office disk i con't open work downloads. what to do | 08 Aug 2006 17:30 GMT | 1 |
lost my office disk i con't open work downloads. what to do
|
| How to merge two raw rtf documents? | 08 Aug 2006 16:58 GMT | 2 |
We need to merge two rtf documents automatically without the user seeing. The combined product of this merge is then shown to the user. Currently we : open the docs using notepad,
|
| Form Field Entry & Exit Macro drop-down list | 08 Aug 2006 16:30 GMT | 4 |
Does anyone know where the list of macros is taken from for the entry and exit macro for form fields? I am building a form and have added a textbox. I want to execute a macro on exit. When I click on the drop-down list associated with the exit macro on the Text Form Field Options ...
|
| custom dictionaries seem to get corrupted | 08 Aug 2006 15:56 GMT | 1 |
My custom dictionaries (for spelling checks) often don't accept newly added terms, or I have to klick 'Add' twice before a new entry is added, and then, Word stops again at newly added term as if they weren't already in the dic file. Now when I open the dic file, some entries seem ...
|