| Thread | Last Post | Replies |
|
| how do I create a specific set of quick styles | 30 Sep 2008 19:51 GMT | 1 |
I have 10 Quick Styles that are used when creating a specific set of documents. I want to be able to create a set so that when I open a new document in the series I only have to tell the document to use that set and all of the Quick Styles associated with it will show up. So ...
|
| can't uprotect with Document_Open | 30 Sep 2008 19:51 GMT | 1 |
I posted this once, but it was messy and I kept replying to myself, so I'm just marking that one as answered and rewriting. I have a Word document with Form Field protection. It has code for both Document_Close and Document_Open.
|
| Word 2000 templates in Word 2007 | 30 Sep 2008 14:24 GMT | 4 |
We've moved to Office 2007 and our old Word templates, specially authored for 2000 users with our own macros, open fine, but the docs made with them give us problems afterwards. We need some users still on 2000 to open these docs but if we 'maintain compatibility' then some ...
|
| Make checkbox on user form pass a character to active document? | 30 Sep 2008 13:28 GMT | 4 |
If a checkbox on the user form is selected, then the value "true" is passed to bookmark the active document. Does anybody know how I can change that and make a checkmark display instead? Thanks in advance!
|
| Shortkeys for Normal macros don’ t work | 30 Sep 2008 07:15 GMT | 5 |
I have Normal filled with some macros, symmetrical to those in Excel, that do useful things (e.g. transpose formulae into correct sub- and subscript shape), and need to be at hand. After reinstalling the system and Offices with only completion by SP3 (XP, Word 2002), no response ...
|
| Populate drop down list from txt file | 30 Sep 2008 04:31 GMT | 6 |
I have six templates that have a drop down list which lists Committee Names. I want to have a txt file with the Committee Names and each template reads the names from the txt file, then populates a dropdown list. It would be so much easier to change a txt file than having to ...
|
| modular exit and entry macros for form fields | 29 Sep 2008 21:44 GMT | 2 |
I'm trying to create a more modular exit and entry macros for a group of form fields. The macros are going to be bascially the same fro all of them, so I want to avoid having to create a specific macro for each field.
|
| How to assign ToolTip for button on tool bar? | 29 Sep 2008 18:26 GMT | 7 |
I placed button of my macro on the tool bar. When I bring mouse cursor to this button I get ToolTip with the name of my macro. But I can't assign own ToolTip and own icon for this button. Is it possible and how?
|
| Suspend Undo Function | 29 Sep 2008 16:55 GMT | 5 |
OS: Windows XP SP2 App: Office 2003 SP3 I would like to suspend the Undo function in Word. Is it possible using VBA? Regards
|
| Field Result | 29 Sep 2008 16:19 GMT | 1 |
I have a table with numeric fields in. I want to run a macro which deletes rows of the table if the result of a field is 0. I cannot seem to get the result into VBA. I have called the field POAC and bookmarked it ANSPC but when I put in if POAC = 0 then application.run macroname ...
|
| Outline List Template numbering changes with another computer | 29 Sep 2008 15:35 GMT | 2 |
I followed the Shauna Kelly rules for setting up numbering for my template. (I picked one Outline List Template and set all subsequent headings from there and linked them to the appropriate heading styles.
|
| Text of first paragraph that has been formatted with a user defined heading style to be displayed in a msgBox | 29 Sep 2008 05:12 GMT | 2 |
Dear Experts: Below macro checks whether a user-defined heading style (Heading_IV) has been applied. If so, it shows the section number of the first occurence of the custom-defined heading style (Heading_IV) as well as
|
| Docproperty Docvariable or Mail Merge | 29 Sep 2008 02:42 GMT | 2 |
If I wish to automate a word document (2003) and take data from an access database via vba, When is the correct time to use a docproperty or a docvariable or a mergefield switch in the word doc? Which one is best for what purpose?
|
| Encoding in Documents.Open | 29 Sep 2008 01:25 GMT | 1 |
I have a substantial number of text documents that I open in Word (2003) and do some processing on. To get started, I recorded a macro that opened a file, did a couple of things to it, and closed it. I have made several additions to the macro and tested it over the last couple ...
|
| Merging Document outside word | 28 Sep 2008 21:24 GMT | 2 |
Problem: Suppose i have a document and send it to 5 reviewers for reviewing. They make their changes and/or comments with track changes on. I want to merge all the changes and/or comments in revised documents from reviewers into one
|