| Thread | Last Post | Replies |
|
| How to print a doc using absolute page numbers? | 16 Aug 2005 23:21 GMT | 2 |
Is there any way to print a document using absolute page number? For example let's say my doc has 10 pages. The absolute 6th page is the 2nd page of section 3 (p2s3). In the print dialog if I give p2s3 it prints the correct page. Similarly is there a syntax to give the
|
| maintaining the formatting of a string | 16 Aug 2005 23:10 GMT | 3 |
I used to know this but forget--If a text selection has character formatting such as underlining, and I'm turning the selection into a string and then inserting that string elsewhere, how do I maintain the formatting of the string?
|
| My own Button in Menu disappeared | 16 Aug 2005 22:51 GMT | 3 |
In another global template, I put my own button in the Menu en made a shortcut to this template in de startupfolder. It worked very well, until this morning.
|
| Insert Row Beneath Last Row in Table | 16 Aug 2005 18:11 GMT | 6 |
I have some code that I have to run from within Excel. I have worked out how to locate a table and then manipulate the contents, but I can't work-out how to insert a new row below the last row of the table? Thanks
|
| Add documents via listbox | 16 Aug 2005 16:53 GMT | 2 |
I need to insert documents, at either the front or end of the open document, from either a network drive or user hard drive. I would like to make these files available to users via a listbox on a form. I have been able to use file scripting object to browse to the files and add
|
| VBA - Insertion point | 16 Aug 2005 15:36 GMT | 2 |
Could you let me know what VBA to use to determine whether the insertion point is in a Field. Many thanks Mike
|
| Need help writing macro | 16 Aug 2005 12:56 GMT | 1 |
I appologize for posting in two newsgroups. I didn't know I wasn't supposed to until I had already posted the second message. Need help writing macro I frequently receive emails that I forward on to other people. Because
|
| Error when changing Table | 16 Aug 2005 12:47 GMT | 2 |
I get the following error when trying to alter the value of a table:- "Cannot Access individual rows in this collection because the table has vertically merged cells" This is the code that causes the problem
|
| ActiveDocument.CommandBars picks the wrong CommandBar | 16 Aug 2005 11:45 GMT | 3 |
I have a quote template that pulls in parts and descriptions from a database and turns them all into a nice quote, which is also merged and linked with GoldMine. It has a custom toolbar and one the buttons on the toolbar allows the user to pick a salesman and automatically
|
| Add-ins | 16 Aug 2005 09:27 GMT | 3 |
Sorry to ask such a simple question but I have had a good search of google and can't find a simple answer. How do you create a word add-in? I am quite experienced with excel and vba but have never touched word
|
| Using "HourGlass" cursor in WordApp | 15 Aug 2005 22:04 GMT | 2 |
Does anyone know how to change the cursor from within a Word Macro? I used to use Cmd.Hourglass = True, but that know longer works. Then I declared LoadCursor and SetCursor, and tried SetCursor(LoadCursor(0,IDC_WAIT)), but that doesn’t do anythin
|
| How to tell if macro has been executed | 15 Aug 2005 19:00 GMT | 2 |
I have a series of macros that offers the user options to run all or only part of the macros. It opens with a form that has check boxes with three selections (Insert Table of Contents, add Frame and add Page Border) and the user can select all or only one, etc.
|
| Writing clean If Then code | 15 Aug 2005 18:17 GMT | 2 |
I've written the following code. It gets the job done, but I'm wondering if there isn't a cleaner way to write it. If TypeOfCounselAppointed.Value = True Then .FormFields("CounselTypeAppointed").CheckBox.Value = True
|
| Word 200 Blank document | 15 Aug 2005 12:50 GMT | 1 |
Every time i open a blank document there is text from another document already there. How can i stop this? Cheers
|
| Addin installed but Reference not checked in VBE | 15 Aug 2005 11:09 GMT | 4 |
My addin is installed and checked, but the reference to the addin is not "checked" in the references in the VBE. I have a sub in the document_new event that is supposed to run, but since an error is occurring since the reference is not checked.
|