| Thread | Last Post | Replies |
|
| TabStrip | 14 Nov 2005 19:56 GMT | 4 |
2 questions: 1) How do I remove/hide strips in a tabstrip? 2) When I press F1 to get help, the help appears but not the blue text above the help-text, that is I can´t see the "See also" or "Example". I only see
|
| TOC to<>from ? | 14 Nov 2005 19:50 GMT | 1 |
I have a large manual with several sections. Sections might contain information about a subject, or directions (map) to a location, etc. I would like to use the table of contents as a home base for a reader to click to a page and then somehow go back to the table of contents
|
| determine is text was typed in or pasted into a document | 14 Nov 2005 19:20 GMT | 2 |
Is it possible to determine if the text in a document was pasted in from another source or typed in letter by letter? I have a word document and I want to find out if this person wrote it themselves or copy and pasted it into the document. I'm thinking maybe a 3rd party ...
|
| Automatically update field | 14 Nov 2005 18:46 GMT | 2 |
I have a document with several custom properties that we've added such as 'Client'. Using VBA we prompt for the value of the custom property and update it using ActiveDocument.CustomDocumentProperties("Client").Value = "Name"
|
| MS Word table of content formatting | 14 Nov 2005 18:09 GMT | 3 |
When we create a document in Word in which we use a table of content which automatically updates pagination during editing and then open it on a different machine in the office, the pagination reverts to the number 2 for all pages in the TOC. Any solutions? Thanks!
|
| Prevent print message from displaying | 14 Nov 2005 17:16 GMT | 5 |
I'm using PrintOut to print the document's current page to a file but don't know how to prevent the "printing ..." message from appearing on the screen. Is there some code I can use to suppress the message? I'm using Word 2003. Thanks,
|
| VB Buttons | 14 Nov 2005 13:35 GMT | 3 |
Hiya guys.... I have created a VB Button into my word document which has a macro attached to it. But when I print the page I dont want to show the button, How can I change it so the button only sppears in the page and not on the printed
|
| How to send a macro with buttons to another person? | 14 Nov 2005 13:20 GMT | 1 |
I have buttons that initiate macros which I created. Can I write an additional macro that will automatically update the users’ toolbars with the buttons that I created?
|
| How to programatically select printer | 14 Nov 2005 13:13 GMT | 1 |
When using WordObject.Document.Printout in VB how can I select a printer?
 Signature Regards Tom
|
| Is it possible to selectively print or hide pages based on a linked field? | 14 Nov 2005 11:04 GMT | 1 |
I am looking to print pages that have linked information set to a particular value. Can I suppress the printing or hide the page if a particular linked item has a blank or space?
|
| GetActiveWindow through automation | 14 Nov 2005 10:41 GMT | 3 |
I have a Word 2002 template which has a routine to prevent the user from saving the file, by removing Close, Save, Save as, and Exit menu items, disabling the Save tool from the toolbar, and disabling the top-right 'X' button in Word. It does this using the following code:
|
| inner editing doc files | 14 Nov 2005 05:30 GMT | 1 |
Is there an application or a plug that represents doc files in two panes so that one pane shows the source doc file and another pane shows the resulting representation as seen by the user? The analogy is to Dreamveawer where it is possible to simultaneously work in both design ...
|
| file save as macro in word | 14 Nov 2005 04:46 GMT | 1 |
I need to create a macro in word that highlights the first sentence in a document and then saves it to a directory using that sentence as the name. Is that possible? The sentence will only be a 3 to 4 words at the most.
|
| The order in which Global Templates are loaded? | 14 Nov 2005 03:04 GMT | 1 |
Could anyone tell me in what order Global Templates in the Startup folder are loaded when Word first opens? I recall something about template loading in reverse Alphabetical order but have not been able to find the article in which I had read that. The reason that I am asking is ...
|
| Last ActiveDocument during a New event | 14 Nov 2005 01:40 GMT | 1 |
I need to know which document was the Active document when a particular template is opened, that is during the 'New' event of the template. Thanks, Fred
|