| Thread | Last Post | Replies |
|
| Save as macro with location | 19 Nov 2004 11:22 GMT | 1 |
Hi I'm trying to create a macro to Save a Document to a specifi location. I also need to to add the Date to the files name. Example: Supervisors report - run macro and saves it to
|
| Comment.Reference.Information(wdFirstCharacterLineNumber) error | 19 Nov 2004 09:51 GMT | 3 |
To get page and linenumbers from comments inserted in a word document I use: for each objComment in Activedocument.Comments iPage = objComment.Reference.Information
|
| Date | 19 Nov 2004 06:59 GMT | 1 |
 Signature Help please: When I start typing a date, a "pop-up" happens that includes the complete date, however this pop-up date is not the same as what the system is set at. How can I fix this so that the pop-up date equals the
|
| Optical Mark Recognition | 19 Nov 2004 05:10 GMT | 1 |
Here’s my dilemma. How can I create optical marks in Word? I’m generating a mail merge document within Word that produces different amounts of multiple pages. For example, an individual’s final output may be 5 pgs, while another may contain 9pgs and so forth. That’s ok. I’d ...
|
| Optical Mark Recognition | 19 Nov 2004 05:09 GMT | 1 |
Here’s my dilemma. How can I create optical marks in Word? I’m generating a mail merge document within Word that produces different amounts of multiple pages. For example, an individual’s final output may be 5 pgs, while another may contain 9pgs and so forth. That’s ok. I’d ...
|
| Optical Mark Recognition | 19 Nov 2004 05:09 GMT | 1 |
Here’s my dilemma. How can I create optical marks in Word? I’m generating a mail merge document within Word that produces different amounts of multiple pages. For example, an individual’s final output may be 5 pgs, while another may contain 9pgs and so forth. That’s ok. I’d ...
|
| Optical Mark Recognition | 19 Nov 2004 05:09 GMT | 1 |
Here’s my dilemma. How can I create optical marks in Word? I’m generating a mail merge document within Word that produces different amounts of multiple pages. For example, an individual’s final output may be 5 pgs, while another may contain 9pgs and so forth. That’s ok. I’d ...
|
| Optical Mark Recognition | 19 Nov 2004 05:09 GMT | 1 |
Here’s my dilemma. How can I create optical marks in Word? I’m generating a mail merge document within Word that produces different amounts of multiple pages. For example, an individual’s final output may be 5 pgs, while another may contain 9pgs and so forth. That’s ok. I’d ...
|
| Headers and footers are collapsed into a line between two pages??? | 19 Nov 2004 03:13 GMT | 1 |
With Office 2003, some Word documents open with page headers and footers collapsed into a line that separates two pages. I do not see anything on the View menu to turn this view on or off. The only way I can make it go away is to select View Header and Footer, which moves the focus ...
|
| Manipulate Text Within a Range | 19 Nov 2004 01:57 GMT | 5 |
Can someone nudge me in the right direction with manipulating text within a range? I am searching for text in one document and building a range array. So far so good. Then I type out the entire array to a new document. Each element in the array will have more than one ...
|
| Word 9.0 early binding crashes VBA/VB6 | 19 Nov 2004 01:17 GMT | 2 |
Before posting, I searched for similiar solution in the forums and als the Internet, but none surfaced. I have been trying to do an early binding (Project -> References... for Word 9.0 object, and it crashes VB6, and even VBA, in all my PC
|
| How Do I Pass a Variable? | 19 Nov 2004 01:11 GMT | 4 |
How do I pass a variable from a userform to the macro that shows the userform?
|
| How to reference a given paragraph in the ActiveDocument.Paragraphs collection? | 18 Nov 2004 23:51 GMT | 1 |
How can I reference a given paragrah as a member of ActiveDocuments.Paragraphs? In other words I need to know the Index that would point to ActiveDocuments.Paragraphs(Index) for a paragraph object named para.
|
| Timing problem? | 18 Nov 2004 23:29 GMT | 2 |
I have written a procedure, that searches all *.doc's in a specific path, prints them out and then deletes them. The following sub is working perfectly when I run it in the debugger. But "in real life" it prints out the first found document and then hangs up.
|
| Sections: Index and Count | 18 Nov 2004 23:17 GMT | 2 |
Can anyone help with the following, please? I have a document with a large number of sections. My cursor will be in the footer of a randomly selected section from which I need to step forward through each one checking a sequence until the last section is
|