| Thread | Last Post | Replies |
|
| Problem with DIR | 28 Mar 2006 14:05 GMT | 1 |
ChangeFileOpenDirectory _ "C:\Documents and Settings\Smith\My Documents\TXT\" Dir (activedirectory & "*.doc") fname = Dir
|
| fields, cross-references | 28 Mar 2006 10:52 GMT | 2 |
How can I cross-reference to field text so that the cross reference is updated when the field is updated? John
|
| Copy from Excel to Word in VB | 28 Mar 2006 10:23 GMT | 14 |
Is it possible to copy documents stored in Excel (which include text and graphs) and paste them in Word using Visual Basic? I realize you can complete this task manually but the process I am building requires automation. I am not sure how to switch the Visual Basic from the ...
|
| A simple question | 28 Mar 2006 04:25 GMT | 2 |
How would I modify this code to check first to see that there is indeed Phrases(0), Phrases(1), and Phrases(2) so I won't get an error if strSentence does not have 2 tabs in the sentence? thanks,
|
| How do I stop being prompted to save a template | 28 Mar 2006 04:21 GMT | 6 |
I have a template for a document that includes a command button which when pressed will do a save by assigning a file name based on a text string and looking up a number from a flat file. As part of the save process, the number gets incremented.
|
| Problem implementing Duplex code | 28 Mar 2006 02:54 GMT | 2 |
I'm having difficulty implementing Jonathan West's code for controlling printer properties. http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=116 The problem is in the following line:
|
| StyleRef in Headres | 28 Mar 2006 01:52 GMT | 2 |
I use StyleRef in headers to display the Chapter's name. I discovered that when I change the chapter in the middle of a page, StyleRef return the second chapter - which begin in the middle of the page. I want to display the first chapter - which ending in this page.
|
| Table formatting | 28 Mar 2006 00:11 GMT | 2 |
I have a document that has about 60 tables in it. I'm working on a macro that will insert a row the second row, copy the formatting in row 2 column 1 and apply that to the rest of the cells in that column, copy the formatting in row 2 cell 2 and apply that to the rest of the
|
| Error 4120 Bad Parameter | 27 Mar 2006 23:39 GMT | 2 |
What cause Error 4120? Combining some code discussed in my previous Two Questions post, I have put together a macro to validate and tally columns of checkboxes in a table. To duplicate, create a 4 column, 5 row table. Leave the first
|
| Find replace text in a text box | 27 Mar 2006 22:22 GMT | 3 |
I need to use VBA to open a doc file find a placeholder in a text box and then replace it with a date. Eg the text is XXXXXX. and this needs to be replaced with date field. I can do this fine if the XXXXXX is in a normal documnet, but when I try and do it for a text box it cant ...
|
| Count numbers in a Word document | 27 Mar 2006 22:12 GMT | 11 |
I need to count number in a word .doc file. This is an example of a page... 3/23/06 S H I P P I N G S U M M A R Y W O R K S H E E T WM0490 PAGE 1 RUN DATE 3/23/06
|
| Format Picture | 27 Mar 2006 20:56 GMT | 2 |
Word 2002 Windows 2000 I am using vba to insert a jpg. However, I would like the layout to be behinde text and cannot figure out how to add that to my vba coding. Just by inserting then the user can not move the jpg in the word document by dragging
|
| Keep Lines Together | 27 Mar 2006 20:43 GMT | 1 |
Could someone please tell the code to use Keep Lines Together on a selected paragraph?
 Signature Thank you for your help!
|
| Form Field Formats | 27 Mar 2006 20:27 GMT | 4 |
I have a Form Field on my document. The properties are as follows: Type: Number Default number:
|
| Creating a macro that changes the layout of a form | 27 Mar 2006 18:37 GMT | 1 |
I need to create a macro that changes the layout of a form when the user selects a checkbox, but when I attach the macro to the desired checkbox, the only options are to activate the macro when the use enters or exits the field and not when they 'check' the box. Also, the macro ...
|