| Thread | Last Post | Replies |
|
| how do I make 8 frames into a single document? | 24 Oct 2005 20:36 GMT | 1 |
I have created an 8 frame web quest, you know, 8 web pages. How do I insert a button or icon directing users to start at a page on then go to frame or page two? What navigational tools are available to users of the word program?
|
| Exception when adding a toolbar as a word-addin | 24 Oct 2005 20:17 GMT | 5 |
I tried to build a MSDN-Tip how to integrates a word-toolbar in a addin: (http://support.microsoft.com/Default.aspx?kbid=302901#XSLTH3228121124120121120120) The class member applicationObject was initialized with the
|
| Macro to modify font in header | 24 Oct 2005 16:22 GMT | 4 |
My client is a medical office that uses a master document for each patient to keep xray and MRI reports. They begin each new report with a macro that inserts a section break to a new page and draws in a blank report with a "letterhead" up in the document header. The Xray reports ...
|
| Word bug editing field text in text-wrapped table | 24 Oct 2005 16:02 GMT | 2 |
The code below should create a new document field and remove its code text. However, in Word 2000 and XP, if the range of the new field happens to occur inside a table which has its "Text Wrapping" property set to "Around", the text "T " is always left behind in the field. In
|
| Close Document Failure in Word 2002 | 24 Oct 2005 14:57 GMT | 2 |
Does anyone know why this would fail Application.DisplayAlerts = wdAlertsNone ActiveDocument.Close Application.DisplayAlerts = wdAlertsAll
|
| Reset PrintToFile to FALSE without printing? | 24 Oct 2005 14:57 GMT | 2 |
I have a macro that prints the current page to a dummy file. But I find that the Print To File box stays selected the next time I want to print anything. How do I programmatically reset the PrintToFile value to FALSE without having to print anything?
|
| listnum field and start at value - why? | 24 Oct 2005 14:54 GMT | 1 |
how do these work? why use start at value?
|
| Word Macro to Add Attachments to Email | 24 Oct 2005 05:29 GMT | 2 |
I have a macro in Word 97 that saves a doc to Outlook Express email. Is there a way to add the same five attachments to an email by setting that text in the document? TIA for any guidance.
|
| Stop recording macro while dialogue box is open | 23 Oct 2005 18:09 GMT | 3 |
I asked this question a week or sso ago but did not make it clear exacctly what I needed to do. Someone called Doug offered some suggestions but I cannot find the original post - so here is my question: I want to automate a repetitive sequence by creating a macro to run the
|
| Compressing graphics | 23 Oct 2005 12:25 GMT | 1 |
Word has a command that is shown when a graphic is selected. Select Layout and the last command: Compress?? graphic. A dialog is displayed in which I can select 'Compress all graphics' and 'Screen or printer resolution'.
|
| Highlighting as a Reading Aid in Word | 23 Oct 2005 10:19 GMT | 2 |
When I need to read long word documents closely, it would be a great help if I could automatically have the line I'm reading highlighted, with the ability to unhighlight that line and move the highlighting down to the next line as I read by moving my cursor with my mouse, or by ...
|
| how to link two fiie and subjects | 23 Oct 2005 10:06 GMT | 1 |
how do you link two seperate files and show subject reference in one file and connect it with a similiar subjet in another file, and maintain that refernce even if subject matter is moved to another section but in the same file. Winsor
|
| can I generate bookmarks in Word using VBA? | 23 Oct 2005 06:18 GMT | 2 |
I have existing documents that I want to process using VBA to insert bookmarks. How do I mark my insertions so that they function as books?
|
| Object Library | 23 Oct 2005 03:58 GMT | 1 |
I'm building a Word-Addin with VS.NET. Therein I need a reference to the Microsoft Word Object Library, which is in my case the version 11.0. When I distribute my Addin to other people, is there a problem when
|
| Is Insertion Point in Table of Contents (TOC)? | 23 Oct 2005 00:14 GMT | 3 |
How do tell if the insertion point in a table of contents (TOC)?
|