| Thread | Last Post | Replies |
|
| Toggle Toolbar Button for Toggle Macro | 15 Feb 2006 15:20 GMT | 7 |
In Word I have several toggle macros that I run from toolbar buttons. I would like them to behave like the Word Bold, Underline, etc., toolbar buttons - change depending on whether the button is depressed or not. Can anyone help me with VBA code to do that? Thanks in advance.
|
| Track changes customize | 15 Feb 2006 15:20 GMT | 6 |
Is it possible to apply Track Changes to a document, allow another user to edit so the author can see the changes, the reviewer name, date, and time, and accept or reject, then send the same document to a third user, only allowing the third user to see the changes but not the ...
|
| range horizontal position on page | 15 Feb 2006 15:09 GMT | 1 |
I am using the Information property with the parameter wdHorizontalPositionRelativeToPage in order to get the position of all the hyperlinks in a document, However, starting with the second page it always return -1.
|
| Getting data from file into comboboxes and listboxes | 15 Feb 2006 15:05 GMT | 7 |
Hello, My question comes in 3 parts really. I scanned the newsgroup and found some help, but the tips I tried seemed to take a long time. Here goes...
|
| VBS sript to remove menu items | 15 Feb 2006 12:30 GMT | 1 |
Hello, all: We have recently installed ADOBE ACROBAT 7.0. Hard-coded into one of their DLLs is an instruction to add the 'Adobe PDF' and 'Acrobat Comments' menus to the WORD Menu Bar. Short of uninstalling part of the product, there is no
|
| putting signature in document | 15 Feb 2006 11:36 GMT | 1 |
I would like to know how to sign a document after completing my work
|
| common dialog control in word VBA | 15 Feb 2006 11:35 GMT | 2 |
I have written a macro that pulls data in from an excel sheet and puts it in a word doc. I want to allow the user to select which excel file they want to use by ideally using the common dialog control to allow them to navigate to the
|
| change proofing tools on the fly for a single language? | 15 Feb 2006 11:08 GMT | 2 |
In some languages, multiple proofing products are available, for instance for medical , legal or other specialized texts, or simply because there are multiple vendors who deliver spellchecking tools. The problem with these parallel proofing tools for a single language is
|
| Accessing VBA code from external program through Automation | 15 Feb 2006 10:03 GMT | 1 |
is it possible to extract the VBA source stored in a DOT from an external program using the Word Automation interface? Second, is it possible to alter this source code from an external program? Thanks in advance,
|
| Error automatically adding bookmarks in Word 2003 | 15 Feb 2006 08:17 GMT | 6 |
Hi, i am having trouble creating a macro that creates a bookmark, then uses the selection as the name. I have written the following macro... Sub AddBookmarkUsingSelection()
|
| Macros disappearing | 15 Feb 2006 01:07 GMT | 3 |
Can someone direct me to an easy to read article on transporting macros with your document. I have written on several occasions about this project and keep getting more frustrated. Latest.... I have a large forms template with many macros in it. When the template is accessed as ...
|
| Adding watermark to the document | 15 Feb 2006 00:13 GMT | 1 |
I recorded a macro to insert watermark in a document. The document has multiple sections and different first page and primary headers. Word adds the watermark perfectly but when I run the macro the watermark is not available on many pages and also it is not centered on
|
| VBA vs. VB6? | 14 Feb 2006 23:44 GMT | 2 |
I'm just curious: how similar/different are VBA and Visual Basic 6? I'm more or less functional in VBA at this point and have just seen a job posting where Visual Basic 6 is a "nice to have". I'm wondering if it would be reasonable to cite my experience with VBA as proof that VB6 ...
|
| Getting the actual footnote/endnote symbol | 14 Feb 2006 23:36 GMT | 4 |
I am writing a macro to translate Word documents into PmWiki format. I want to get the actual character Word displays for as the footnote or endnote symbol (e.g. *, ). Does the Footnote/Endnote object have a secret property with this
|
| Userforms and bookmarks | 14 Feb 2006 20:45 GMT | 3 |
For my template, I've created an autonew macro that displays a userform prompting the user for a title, code, and date. The responses are displayed in the file via bookmarks. I've also created an autoopen macro that prompts the user for a new date.
|