| Thread | Last Post | Replies |
|
| Template will not print second page | 23 Apr 2007 22:50 GMT | 4 |
I have a template file that has a button on the form that prints out attached files but in some instances will not print out the second page of the primary document. How do you program the print button to print the first and second page of the template and then the attachement ...
|
| Skip entry in For...Next or create a specified starting point | 23 Apr 2007 21:22 GMT | 5 |
I have a macro (code below) that generates a sample of the fonts on a specific computer. On one system, it found fonts (duplicates) with a name that started with @ such as @Arial. This apparently sent a code to the printer so it stopped printing from that point in the document. ...
|
| How to delete a section between two identifiable words (or phrases) | 23 Apr 2007 15:49 GMT | 1 |
How to delete a section between two identifiable words (or phrases)? A example is like the following, where the contents between INVESTIGATION and EXPERIMENT (including these two word) are to be removed:
|
| Autotext disappeared from under the Insert menu | 23 Apr 2007 15:14 GMT | 1 |
The AutoText option (or selection or whatever it’s called) disappeared from my MS Word Insert menu. Does anyone know how I could restore it to the Insert menu (even if I have to completely re-create all the autotext text snippets)?
|
| Select Value from bookmark in MS Word 2003 | 23 Apr 2007 14:33 GMT | 1 |
hello I need to select the complete value of a bookmark of a document of word. I made in this way: ActiveDocument.Bookmarks (“subject”). Range.Select
|
| word userform using xl database | 23 Apr 2007 14:33 GMT | 1 |
i'm having xl database which is to be extracted to a word document record by record of my choice with the help of a user form. for example the two filed names in xl data base are "acno" and "amount". in the word document if i input the acno with the help of userform the
|
| Need help with VBA code for macro - copy and pasting a range of rows to the bottom of my last | 23 Apr 2007 14:33 GMT | 1 |
I presently have a code to search for a counter in column B on my selected page. The counter signals where to take the last row above the counter and insert a new row with copied formats and formulas. This works, however, several of the rows above that have formulas that
|
| Word Addin How can I select the using file? | 23 Apr 2007 14:33 GMT | 7 |
I'd like to create an Add-in that put the name of the document I using with Word to another external process. I did an Add-in that can start an external process, but I can't get the name of the document I using.
|
| Inserting tables before a bookmark | 23 Apr 2007 14:00 GMT | 4 |
I am having great trouble controlling this. I am tring to indert a heading before a bookmark (before so that I can select it again and insert more stuff) and then insert a table for each record in a recordset and I keep ending up with the table inside the table or
|
| Help for a Newbie, Please | 23 Apr 2007 09:48 GMT | 1 |
I have created a form and would like to include a macro that will check if two particular fields have been filled in at the time the user exits the document (as opposed to checking upon exiting the fields). The fields have the bookmark names "Text1" and "Text2." If neither of ...
|
| How to access built-in dialog boxes | 23 Apr 2007 08:33 GMT | 3 |
How do you find the numeric value of a built-in dialog box, such as: Dialogs(1347).Show to display the Modify Style dialog box? I am interested in accessing the Fill Effects dialog box to set the Lock
|
| Problem searching for text in a range | 23 Apr 2007 07:03 GMT | 2 |
I have this code 'set leftmost, rightmost, topmost, bottommost positions to extremes l_fLeft = m_oWordDoc.PageSetup.PageWidth l_fTop = m_oWordDoc.PageSetup.PageHeight
|
| add textbox while textbox is selected | 23 Apr 2007 01:23 GMT | 4 |
Hi, All --- This should be quick. I have a VBA command that works to create a small textbox: ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal, 100, 0,
|
| increment year by 1 | 22 Apr 2007 14:24 GMT | 4 |
I'm creating a master report template and want most (but not all) years in report to increment by 1.
|
| Applying a custom paragraph style to drawing canvasses (featuring "inline with text") | 22 Apr 2007 10:28 GMT | 2 |
Below macro applies a custom paragraph style to all graphics that have been put "inline with text". It is running fine. Sub ApplyCustomParagraphStyleToInlineGraphics() Dim ilsh As InlineShape
|