| Thread | Last Post | Replies |
|
| enabling/disabling menu items on the fly | 16 Nov 2004 18:54 GMT | 4 |
I have a template with a custom menu added to it. I'd like to enable and disable some of the menu items on the fly as the user makes various choices (as well as when opening or creating a document). The problem is that this evidently causes Word to think that the template
|
| template attachement questions | 16 Nov 2004 18:04 GMT | 1 |
Is it practical to attach a template that is located on a sharepoint web site instead of on the local computer? Is there some way to prevent a document from being updated if the template is not attached? Thanks,
|
| AfterPrint? | 16 Nov 2004 15:23 GMT | 3 |
I user Private Sub App_DocumentBeforePrint..., but is there a thing called "Private Sub App_DocumentAfterPrint"? If it does not exist, what do I use?
|
| Using Hyperlinks in Protected Forms | 16 Nov 2004 14:29 GMT | 4 |
I have followed the FAQ (http://word.mvps.org/FAQs/TblsFldsFms/HLinksInFormsContent.htm) to the letter, and I can't get hyperlinks in protected forms to work properly. I have several hyperlinks pointing to bookmarks within the same Word XP
|
| Accessing the "My favories" folder | 16 Nov 2004 12:14 GMT | 1 |
How do I use Word vba to return the "My Favorites" folder (which depends on the user name.) I use Word XP and Windows XP pro. Thanks.
|
| Possible to use a User Form as an Input Box? | 16 Nov 2004 10:38 GMT | 2 |
Is it possible to use a User Form like an Input Box? I need to collect data from the user for each memeber of the styles collection (whether the style name should have a prefix appended, not changed at all, or be changed to a different name entirely). I know
|
| what program allows for phrases to be selected and placed into wo. | 16 Nov 2004 04:38 GMT | 1 |
I am trying to find a program (database?) to generate letters using short phrases by drag-drop to word.The phrases would be listed by files and subfiles. I would create the phrases but I do not know how to interface with word. I am using Word 2002.
|
| immunize a template? | 16 Nov 2004 04:28 GMT | 1 |
Is there any way to immunize a template to prevent Word from modifying styles? I have a vba routine that changes bulleted paragraph formating in a document. It does not remove the bulltet, and yet sometimes when I run it, the bullet gets dropped from template style which affects ...
|
| Name of the Current Macro | 16 Nov 2004 04:25 GMT | 2 |
I'm trying to implement "digital initials" for a multi-user doc, whereby each field of a form is "signed", using the UserInitials. I tried simply adding text with the Initials after a form field (in a form-based Exit macro), but with different layouts, tabbing through fields, ...
|
| Save each chapter in different file | 16 Nov 2004 03:01 GMT | 1 |
Hi MVPs, I need to save word document in which each chapter goes to a diferent html page. The document is Topic (heading 1,2,3) organized and my idea is :
|
| How to use Word form on the web? | 16 Nov 2004 02:52 GMT | 1 |
I have a web page written in a web application to take data and submit it to a database. Once the data is submitted, I want to copy those values from either the initial web form or from the database and put them into a form I have created in Word. I can get the data submitted ...
|
| show/hide a text block using hyperlink? | 16 Nov 2004 01:58 GMT | 2 |
I want a Word document user to be able to click a hyperlink in some title text that will either show or hide the following text block. It would be nice if the shown/hidden text block also could contain other nested show/hide hyperlinks. I know how to do this using html and cascading ...
|
| Newbie macor vba script | 16 Nov 2004 01:31 GMT | 1 |
I'm new at this. I would like to pause my Word97 macro and input the content for Name:="" as in Name:="Albion2" How can I re-write this please? Someone suggested:
|
| Invoke macro from a toolbar button? | 16 Nov 2004 01:08 GMT | 1 |
Is there a way to create a toolbar button that invokes a custom macro? Thanks Keith
|
| Creating a hyperlink pointing to a document and a location inside | 16 Nov 2004 01:00 GMT | 1 |
I'm trying to create a hyperlink that will point to a document and have it go to a specific location inside that document? I can't write to the document specified. How would you do this? Thank you. Thank you,
|