| Thread | Last Post | Replies |
|
| Documentproperties | 12 Jan 2005 11:42 GMT | 3 |
I want to check all my word documents for which template they are based on. On an individual document i can do this by clicking the right mouse button and properties. I want to create a VBA sub in which i create a loop that scans the
|
| Obtain the index number of the active document. | 12 Jan 2005 11:39 GMT | 5 |
I know how to get the count of active documents and the active document name. I'd like to extract the index number of the active document. Any suggestions? TIA
|
| Tab Position | 12 Jan 2005 10:34 GMT | 3 |
I am new to VBA in Word. Would anyone be able to answer this: If I have two tabs and I am at the position starting at the second tab, how can I determine in VBA if there is
|
| Notification about any changes in document | 12 Jan 2005 10:24 GMT | 6 |
How can I send a notification about any changes in a document? I think, it should be some after_update event but I don't know how I can apply it to the Word document. In addition, how I can assign the name of the changed document to strWordFile?
|
| speed up vba | 12 Jan 2005 10:22 GMT | 8 |
I use a small vba routine to create new documents. the macro opens an empty document and then adds a few objects (e.g. logo image, header and footer text boxes, etc). some text may also be added. This whole procedure takes about 10 sec, which i find very long time for
|
| Copy Word lines into an array? | 12 Jan 2005 04:48 GMT | 4 |
I accidentally posted this question in another NG, please disregard the other one. I need an example function that will copy each line in a Word document beginning at the first line and ending at the end of paragraph 10. Each line
|
| Macro ms-word 2000 | 12 Jan 2005 01:16 GMT | 1 |
An Macro document is created in word 2003, the document file run marco fine on ms-office Xp and ms-office 2003, but it generates 2 errors while running the word document on ms-office 2000. Error (1) Compile Error in hidden module and (2) this is not a valid file name try one or ...
|
| HELP - Tabs and Paragraphs | 12 Jan 2005 00:28 GMT | 1 |
Would anyone have any suggestions on this? When I start at the very end of each line preceding each of the (2) examples below, there is (1) chr(13) for a paragraph mark and (2) chr(9) for a tab mark. But on line one, you only
|
| Move IP to the start of a Story | 11 Jan 2005 23:02 GMT | 5 |
ActiveDocument.Range(0,0).Select moves the IP to the start of the maintext story apparently from any story. My IP is in the header story and I want to move the IP to the start.
|
| how to send e-mail | 11 Jan 2005 22:27 GMT | 1 |
What code could I use to send an e-mail message. I've generated all events and I just need this code to send the e-mail. Private Sub oApp_DocumentBeforeSave(ByVal Doc As Document, SaveAsUI As Boolean, Cancel As Boolean)
|
| Changing Invoice # automatically on document | 11 Jan 2005 22:26 GMT | 4 |
I am using the templates in word for invoices. Is there a way I can set up the invoice # to change everytime I print/save a new invoice. I just started using these invoices thru Word so any other suggestions would also be helpful.
|
| Inserting a Rich Text Formatted string into a Word Document object | 11 Jan 2005 21:52 GMT | 5 |
I have stored a string in a SQL Server field that is the formatted text from a VB6 RichTextBox object. I would now like to insert that string into a Word Document Object while keeping the formatting from the database string. I am doing this from VB6 using the Microsoft Word 10.0 ...
|
| Forms - Protecting Sections | 11 Jan 2005 21:08 GMT | 2 |
I have created a Word 97 form which is basically in 2 parts. The first section contains numerous fixed fields and drop down boxes and this section is protected. The second section is an area for freeformat text and so is unprotected. Within the form I have a Macro which when ...
|
| Inserting AutoText in Header adds extra paragraph marks | 11 Jan 2005 19:57 GMT | 12 |
I am trying to insert AutoText into Headers in my document. I carefully selected just what is needed to create the autotext, but when I insert the autotext into the header it adds an extra paragraph mark (the mirrored 'P').
|
| renaming class or module in a project window in VB | 11 Jan 2005 19:54 GMT | 3 |
How to rename a class or module in a project window in VB? The Module1 to something name and the Class1 to something name? Thanks
|