| Thread | Last Post | Replies |
|
| Please Help with My Document ASAP | 02 Jul 2006 18:47 GMT | 3 |
I need help with my document. The date on one page needs to be on two lines, not one. I need to add an extra page so I can finish my notes for my job. Information is confidential as far as contents. I'm
|
| Browsing through Column | 02 Jul 2006 12:01 GMT | 5 |
I am designing a macro in which i want to browse through a word document containing 3 columns. How can I browse (move) around in the columns. Suppose i want to go to last line of second column how can i do that. I don't want to use column breaks at the end of column.
|
| How to insert a variable string at different places in a Word document? | 02 Jul 2006 06:23 GMT | 1 |
I want to put a string that I can vary later at different places in a Word document. For example, I want to put a person's name in a document at several different places in a Word document, and I would vary that name from time to time. How can I do it with VBA or the
|
| Help set a Default File Path | 02 Jul 2006 01:47 GMT | 1 |
I have a template file I want to fix the "Save as" directory to w:\MyPath instead of the normal "My Documents". I want to then reset to c:\DoumentsAndSettings... upon document closure. I see the "Run Method" and the "DefaultFilePath Property" help verbage but am somewhat ...
|
| Set Filename & Path for newmerge document | 01 Jul 2006 09:48 GMT | 3 |
I have a document template which our database merges information in to using merge fields and then it automatically puts the result in to a new document. I want set the filename and path of the new document as a combination of 3 fields: G:\Saved Quotes\<<Number>><<Sequence>>, ...
|
| Adding values in formfields | 01 Jul 2006 09:24 GMT | 6 |
I am trying to create a function that will add the values of 2 text boxes based on if the checkbox is true or false. I am using Word 2003 but it needs to work on Word 2000 also. If the checkbox is true then I want the value of Copy divided by Pages
|
| Disappearing bookmarks | 01 Jul 2006 03:17 GMT | 1 |
I have a procedure that updates the text in bookmarks as follows: --------------------------------------------------------------------------------------------------------- Public Sub BookMark_Update(strBookMark As String, strText As String) Dim oRange As Range
|