| Thread | Last Post | Replies |
|
| What are the known issues with Word 97 templates migrating to Word 2003? | 27 Apr 2007 18:37 GMT | 1 |
We have a couple hundred templates with custom VBA developed in Word 97. If my team upgrades to Word 2003, are there any differences between Word 2003 VBA and Word 97's VBA? As part of the company is still using Word 97, new Word 2003 templates will have to work on the
|
| What is the VBA equivalent of "WordBasic.ShowFormatting"? | 27 Apr 2007 18:14 GMT | 2 |
I think I've seen the answer to that question elsewhere, but danged if I can find it today. I'm trying to turn off the display of the formatting balloons that's set using the Markup menu in the Tracking group on the Reviewing tab in Word 2007.
|
| Problem checking radio button state and running autotext macro | 27 Apr 2007 18:05 GMT | 3 |
I've designed a user form that's a mixture of checkboxes and one set of radio buttons. When the OK button is clicked, each checkbox runs a macro that inserts a stored autotext entry at a bookmark - that works great. I want the same action for a group of radio buttons (tbut the
|
| anchoring a textbox in a footer | 27 Apr 2007 17:48 GMT | 1 |
We have a macro that inserts a textbox with the docID in all the footers of a document. When I use a certain template, after I add a page break, the doc id appears at the top of the pages of the document with the primary footer. I don't think it's related to the template
|
| my code wont attach document | 27 Apr 2007 13:38 GMT | 2 |
I can get this code to send an email through lotus notes but the email i get doesnt have an attachment. I created a userform that the user enters his text in then the submit button fills in the bookmarks. I have an email button that when clicked it sends an email to me but no ...
|
| notes on 'mouse over' | 27 Apr 2007 11:32 GMT | 2 |
Is it possible to add a note to a specific word or group of words which pops up when the cursor hovers over it/them in a similar way to the notes added to a cell in Excel?
|
| Line spacing algorithm | 27 Apr 2007 10:30 GMT | 2 |
when I write some words, MS Word "allocates" (reserves) some vertical space on the page. The misure of this vertical space is greater than the font height. There is a bit of space above and below the text. I have noticed that this space height is approximately 120% the height of
|
| Tab problem | 27 Apr 2007 05:32 GMT | 1 |
I have converted a document from WordPerfect to word and now I am attaching the correct Heading to the step. The following is an example of what I have. There is a tab between {LISTUNM 37 \l 2} and Do not exceed... {LISTUNM 37 \l 2} Do not exceed a steady state running… .
|
| Looking for Advanced Mail Merge info | 26 Apr 2007 23:43 GMT | 5 |
I am looking for a newsgroup, website and/ or printed manual to help me with advanced Mail Merge Coding. Any suggestions?
|
| Macro/Script help | 26 Apr 2007 22:58 GMT | 6 |
Do anyone know how to write a macro or script that generates a report which includes the number of comments in a document, the author of the comments, and also be able to track the changes in the document. I know nothing about Macros or VB. Thanks.
|
| How to access components of loaded Add-In Projects? | 26 Apr 2007 22:50 GMT | 4 |
As part of a larger personal project, I am trying to build a list of each VB project loaded in a current document and a list of the individual modules and procedures in those projects. Using the code shown below, I have been able to get the names of all
|
| Q: Userform to multiple references in document? | 26 Apr 2007 19:54 GMT | 2 |
I'm new to programming. Is there a way to take a string from a Userform, assign it to a variable and then use the REF field to repeat that string throughout a long document? For example: Enter a Client Name in a dialog box and then have it place
|
| New documents have cursor in header, not body. Fix? | 26 Apr 2007 19:12 GMT | 1 |
New documents are opening with the cursor positioned in the header rather than the body of the document. How do I fix/set it to the body?
|
| Insert a text (hyperlinks) at a cursor position in the inspector w | 26 Apr 2007 19:02 GMT | 1 |
I am trying to insert a text (hyperlinks) at a cursor position in the new email (inspector) window on Outlook 2007 when word as an Email Editor is selected. Our code worked fine in outlook xp + 2003. We get the WordEditor object, then get the document (QI),
|
| Changing footers when concatenating documents programmatically | 26 Apr 2007 19:00 GMT | 2 |
Using Word 2003, the interop assembly, and .net, I am concatenating documents together. In order to change the footer from say A-1 for appendix A, to the next B-1 for appendix B, I am having to change the page orientation and then change it
|