| Thread | Last Post | Replies |
|
| Open events takes forever | 10 Oct 2004 22:51 GMT | 1 |
I use VB6 code to change DocVariables inside a Word document. I use: Line1:Dim WordApp As Object Line2:Dim WordDoc As Object
|
| Need Advice on Auto Macros in Forms | 10 Oct 2004 22:34 GMT | 1 |
I'm using word 2002 and Windows 2000. I've created several HR forms a templates in Word. I used AutoNew, AutoOpen, and AutoClose macros. The AutoNew and AutoOpen macros clean up the forms when the user enter by shutting off the gridlines (the form is a table behind the scenes)
|
| Trouble with Fill-In fields in Word 2002 | 10 Oct 2004 22:22 GMT | 5 |
I have a word document that is heavily formated including tables with formating. I am using fill-in fields to prompt for specific information. I have a table set up with 6 rows for information. Each row asks for the same
|
| Asking a question when form loads | 10 Oct 2004 22:19 GMT | 1 |
I have a problem i have a document which the users have to enter the details through VBA forms that load. I would like it to FIRSTLY....ask a question when the form loads then depending on the answer do a certain thin like yes then allow access to the form to enter details
|
| Insert Multiple pictures | 10 Oct 2004 22:10 GMT | 1 |
I am trying to insert multiple pictures in the same time using 'Dialogs(wdDialogInsertPicture)' but it is just inserting the last selected pictures. Is there any way to insert all of the selected pictures.
|
| Start macro automatically | 10 Oct 2004 16:04 GMT | 1 |
How do I get a macro to run when a file is openeed?
|
| vba merge of 2 documents | 10 Oct 2004 08:13 GMT | 1 |
Any advice on how, using vba, youe would merge 2 word documents TIA Domino
|
| Is this possible | 10 Oct 2004 02:50 GMT | 3 |
Using Word 2002, using vba we would like to copy the text from 1st open document, paste to 3rd document, then copy the text from 2nd open document and paste after the 1st documents text on 3rd document. The 3rd document is then
|
| Drop downs | 10 Oct 2004 02:22 GMT | 4 |
I want the user of the form to select from a drop down at the top of the form, let' say CS. When CS is selected another field on the form is populated with a certain number.
|
| Att: Helmut 'Problems with search and extend ' | 09 Oct 2004 20:53 GMT | 3 |
Hi Helmut, Sorry to yet again have to ask but I just can't master VB. You gave me two macros last week which I have copied below. There are several problems which I just can't seem to get round.
|
| remote server machine does not exist or is unavailable | 09 Oct 2004 20:43 GMT | 3 |
I have a client that uses Word to generate mailing labels on Windows NT. They keep getting this error message when running the labels program: "The remote server machine does not exist or is unavailable in Project1.frmSaReceive.PrintLabels at line 102"
|
| How to stop the document from scrolling during macro execution | 09 Oct 2004 17:54 GMT | 2 |
I have a macro that adds/removes a watermark in the document. Running the macro causes the document to scroll while the macro is executing. I'd like to have it remain right where it is durring the execution so when it is done the only thing the user notices is the addition or the
|
| Identifying how a save was generated | 09 Oct 2004 16:39 GMT | 3 |
I have an addin that I use to prompt for extra information when saving a document. That functionality works fine. When we started testing this for wider use, it turns out that with Auto Save turned on, the input form for the extra data pops up whenever the Auto Save is done.
|
| How do I change a word template to a document? | 09 Oct 2004 16:07 GMT | 3 |
A long time ago I left a team with a template file with lots of useful macros and tools. Since then I've given them updates along the way. Now, we find that there are lots of documents that have been created by people OPENING the template (instead of using File->New) and then ...
|
| XP project won't open in Word97 | 09 Oct 2004 10:53 GMT | 1 |
I copied the below message from the VBA97 board. I am having the same problem. I cannot debug the program in Word97 because I cannot open it. Anybody know why? Ed ================
|