| Thread | Last Post | Replies |
|
| Auto Fill Check Box | 09 Jun 2005 10:29 GMT | 1 |
I know how to auto fill a form with fields, but i want the form to automatically fill in a check box or radio button just like the auto fill fields. i.e., options annual, sick, LWOP, Other. (When the user chooses one of these, i want the form to auto fill the same choice again) ...
|
| How do I reference line numbers in Word? | 09 Jun 2005 08:24 GMT | 1 |
One of the graduate students with whom I work is typing a document in which he often references particular line numbers. Sometimes when he alters the document, it changes the line numbering and his has to go from page to page changing all of the line numbers being referenced. Is ...
|
| removing commandbarbutton created by addin | 09 Jun 2005 08:12 GMT | 1 |
I'm having difficulty removing a commandbarbutton from the standard toolbar, that was created by my addin. In my research, before adding a button, it appears you should set the Application.CustomizationContext property. What helped a little was setting
|
| How do I create a popup window for a hyperlink | 09 Jun 2005 07:04 GMT | 1 |
I want to create a popup window for glossary items to be published to the web
|
| Auto Open w/Internet Explorer | 09 Jun 2005 04:30 GMT | 2 |
I have a word document that is opened on an intranet using Internet Explorer. The Auto Open event handler does not seem to be running when the document is opened. The AutoOpen event handler simply calls a macro stored in a module within
|
| Open UserForm when form field is blank | 09 Jun 2005 00:02 GMT | 1 |
How would program Word to open a user form whenever a user enters or clicks on an empty formfield, but not open the user form when the formfield is not blank.
|
| AutoNew | 08 Jun 2005 23:53 GMT | 10 |
I have a template that is a workgroup template. When it is opened I would like the keys Alt+S to execute the macro that is embedded. I tried to place the following code in a macro called AutoNew() Sub AutoNew()
|
| How to call macros and userforms from another template | 08 Jun 2005 23:39 GMT | 5 |
I am using Windows XP Professional and both Word XP and 2003. I am having a problem calling macros and/or userforms from a global template. I and many other people have asked this question before in varying ways, and I have not seen a workable answer yet. Here's the situation:
|
| How to Supress Header and Footer(having Images) before printing | 08 Jun 2005 20:53 GMT | 3 |
Can someone tell me how i can hide header and footer before printing the word document? I know it's something todo with VBA. But how? TIA
|
| Protected Form - Coding Solution for Multiple Options? | 08 Jun 2005 20:46 GMT | 2 |
I have quite a few forms that I need to have the ability for the user to choose one or multiple options and have his/her choice(s) be inserted into a paragraph. The doc will be protected. Example:
|
| Brain dead | 08 Jun 2005 19:12 GMT | 4 |
I am working with this macro to have it look through a document for all italic text and wraps it with <I> and <I*>. If I run it as is, it doesn't do anything so I am surious what code I put in the find area? Any help is appreciated
|
| Scripting-disable | 08 Jun 2005 15:30 GMT | 2 |
When I open this Word file I received, a small "input box" opens requesting some data. When I input the data and click OK, it opens another one, and so on, until all the fields are
|
| Find and Replace Using A Macro | 08 Jun 2005 14:54 GMT | 7 |
Sirs, I'm very new at this VBA stuff so I hope someone can help me. I have about 2,850 occurrences of various words/lines in my Word document that I need to delete. I could use the Find/Replace, but I'm looking for a simple macro
|
| Help with Find and Replace Function | 08 Jun 2005 13:53 GMT | 1 |
I've been scouring the Message Boards for a solution to this and it seems like others have had similar problems. I've applied various fixes I have found from these messages, but I still seem to have an issue.
|
| How change application object? | 08 Jun 2005 13:47 GMT | 1 |
In my PB9 Target, I added a second .PBL, with its own application object. I am trying to open the application object of this second .PBL, but PB tells me 'xxx is not the application object of the current target'. How can I change the application object? If I choose Select
|