| Thread | Last Post | Replies |
|
| Paste text to currently open document | 01 Sep 2006 00:23 GMT | 2 |
I have such a problem: I wrote sub to copy text form one doc to currently open document. I attached this sub to button I would like it to insert text form another doc in the selection in document which I edit. But instead of inserting text to currently open doc it copies
|
| Calcuate on Exit Bug? | 31 Aug 2006 23:56 GMT | 2 |
Maybe I don't really understand what checking calculate on exit does for a form field but I've never seen this before. I've got a form with about a dozen fields, some of them are calculations but... well what they are doing is MULTIPLE calcuations as you tab through the
|
| Word ComboBox values in txt file | 31 Aug 2006 23:09 GMT | 1 |
Is there a way to reference the choices provided in a drop down list of a Combo Box from a txt file or macro stored in the Word Template? I have a Word Form with many combo boxes that should have the same choices but need to store them outstide of the code because I get an error ...
|
| Are single field calcuations possible? | 31 Aug 2006 18:43 GMT | 3 |
How do I get a form field to perform a calculation on a number that the user puts in it? I know how to do it with multiple fields like =(Field1)*(Field2) but what if I want it to equal what the user puts in this field itself /12, for example?
|
| Create macro in a template? | 31 Aug 2006 18:41 GMT | 1 |
Yesterday I submitted a question about disappearing macros. It was suggested that I create a macro in a template that I should save in the Word Startup folder. How do you save a macro as a template?
|
| Creating a format for headers | 31 Aug 2006 18:08 GMT | 1 |
I would like to create a format in word that makes it possible to transfer a word from the text to a header. For example, if I write: "This is my header" in the text, I would like to be able to mark that text and chose a format
|
| Desperately need code to automate Access 2003 from Word 2003 | 31 Aug 2006 16:03 GMT | 6 |
I have a Word document that is filled with data. I set up a button o the document where the user is supposed to click on the button and ru VBA code. The code is supposed to open an access database and run select query and then insert new data into the access database. Th
|
| How can I stop the reviewing toolbar from popping up? | 31 Aug 2006 15:30 GMT | 3 |
I am using another program called iRedline for document comparisons and changes. After I compare documents with iRedline, Word's native Reviewing toolbar pops up. It is redundant sitting there next to the iRedline toolbar; and I don't want to confuse my users.
|
| Word Template in Startup folder loses dll references | 31 Aug 2006 15:28 GMT | 3 |
A Word template located in the User's Startup folder repeatedly loses references to DLLs. This causes macros to fail to run, and to generate the following dialogue box error message: "Compile error: Can't find project or library". For example, when the ("Compile error:...") ...
|
| Using Checkboxes to show and hide text in a word document | 31 Aug 2006 12:46 GMT | 3 |
I have a procedural document that has multiple paths that the user can go down depending on what physically happens. I was wondering if there was a way to set up a checkbox at each of these branches where a yes or no question would be answered by using a checkbox to direct the user
|
| Word version independent macros | 31 Aug 2006 11:44 GMT | 1 |
I have created word template with some subs and functions. Generally this macros, copy content of other .doc dokument and paste it to active document, create tables and format text. I created this template in wrod 2003. But it turned out that this template will be used on
|
| Setting savepath through Word Automation. | 31 Aug 2006 09:32 GMT | 1 |
I'm currently using MS Word automation to open up a template and fill in user information automatically based on the person who opened it. However I can't figure out how to set the savepath so when the user chooses to save, the save dialog goes to the path given by me.
|
| how to insert a picture to a word document | 31 Aug 2006 04:51 GMT | 1 |
how to insert a picture to a word document,and align Center both Horizontal and Vertical
|
| pop up messages when printing or sending | 31 Aug 2006 03:55 GMT | 1 |
Is there a feature in Word to automatically show pop up messages when printing or sending a document? If not, what would the Visual Basic code be to make this happen?
|
| Checkbox to Unhide Text | 30 Aug 2006 23:54 GMT | 2 |
Hi Folks - real beginner here with VBA in word, surrounded by technophobes! Am trying to do a protected form letter. Users enter details in form fields which populate through the letter using Cross references. There is one paragraph that I need to insert/remove based on the user ...
|