| Thread | Last Post | Replies |
|
| Out of stack error with VBA mail merge and email | 22 Aug 2006 16:11 GMT | 11 |
Dear experts, I have been trying to produce a mail merge using Word 2000 on Windows 2000 and then emailing the results via a macro. The macro first does the mail merge, which works fine, but when I then try to save using the
|
| Keep populated userform infomation | 22 Aug 2006 14:34 GMT | 1 |
With the kind help from Doug Robins, I have managed to populate a userform with data from a large table. However, because there is a lot of data in the table, it takes quite a long time to initlialise the userform with this data.
|
| Certification on 2 machines | 22 Aug 2006 14:01 GMT | 2 |
I am developing some Word macros on my office and on my home machine. Each time I switch to the other machine, word starts off with macros disabled. I then go in and digitally sign the macros, exit Word and reenter Word and the macros are reenabled and functional.
|
| calculations in a WORD proposal form like ExCEL | 22 Aug 2006 13:06 GMT | 1 |
can you please help me in setting calculation formulas in a Word form? I also need to use other objects like dropdown list menu and radio buttons in word and then print or email the form.
|
| VB Automation of a Word 2002 Template | 22 Aug 2006 02:40 GMT | 6 |
I got this Word Basic programming assignment to parse a drop down combo box on a template file. The combo box has an account description (####). The goal is to copy the 4 characters of the account number into a separate field on the form. The form is an export of a loan ...
|
| Always set to print layout and markup off | 21 Aug 2006 22:19 GMT | 1 |
I am using Office 2003 on Windows XP. I recorded code to turn off "Markup View" and it returned the following: WordBasic.ViewChanges I highlighted "ViewChanges" and help said: Keyword not found
|
| Populating several ComboBoxes from One Procedure | 21 Aug 2006 21:52 GMT | 2 |
I have several date ComboBoxes in my User Form which I would like to populate by calling one sub. Below is my code but it doesn't seem to be working. The MonthComboBox variable is passed correctlly but when I use it to add the ComboBox it give me an error. Any suggestions ...
|
| Run code when Save/Save As is selected Word 2000 | 21 Aug 2006 21:34 GMT | 6 |
I would like to display a message box to the user on saving a document if a certain string of words is present in the first column of a table in the document. I have discovered this code, Dim rw As Row
|
| How do I isnert a box and format it to add an X when you click on | 21 Aug 2006 20:12 GMT | 2 |
How do I isnert a box and format it to add an X when you click on it.
|
| How to pass userform data to a new document? | 21 Aug 2006 17:26 GMT | 6 |
1st time user.. I have a custom userform that creates multiple records for my user to select from that will insert their name and address in the header and footer. This works fine for this template, but I want to open a new document based on a similar template and allow the user
|
| Toolbars | 21 Aug 2006 16:04 GMT | 1 |
I have created a toolbar for my word application. How Do I change the font and foreColor properties in the toolbar components. Thanks
|
| Protected Column Width | 21 Aug 2006 15:52 GMT | 1 |
How do I protect column width of a table so the users won't be able to extend or shrink the size of a table column?
|
| Continuously scroll through items in a drop down list - resubmit | 21 Aug 2006 15:48 GMT | 2 |
Apologies for re-submitting this. Am worried it won't get answered as had a response that was an observation rather than an answer. Rather keen to get the latter & not sure if anyone else would pick it up. I am trying to write what I'ms sure should be some simple little bit of ...
|
| table manipulation in VBA | 21 Aug 2006 15:41 GMT | 5 |
I can add a table to a word document using VBA. But How do I, in code, add a few blank lines to the document before I add the new table? Thanks
|
| non editable word doucment | 21 Aug 2006 15:33 GMT | 2 |
I recd. a word file, which was non editable or I can't edit this file anyway. I liked this. Is there any method so I can make word document non editable, I think this is possible with macro. If this is possible with macro, please guide thru
|