| Thread | Last Post | Replies |
|
| Closing Word Programatically | 08 Jul 2004 16:22 GMT | 2 |
I have the following snippet of code that works to print a documet programatically to a Amyuni PDF Converter Printer. The problem is that while the doc prints fine, the app hangs on the wordApp.Quit() call since the call to quit is ambiguous across the classe word.application and
|
| Hyperlinks in Forms | 08 Jul 2004 16:14 GMT | 2 |
Does anyone know why hyperlinks do not work from within locked forms? I am trying to create a button or hyperlink from within a form which will launch an email.
|
| Styles automatically renamed ... | 08 Jul 2004 15:30 GMT | 3 |
Word XP --------------- Problem: Step 1:
|
| Formfield problem | 08 Jul 2004 15:23 GMT | 2 |
I'm inserting a very large string into a formfield typing: FormFields("txtdesPrimerApellido").Result = "very large string". Why is word telling me that the string is too large if I set the MAX LENGTH of the form field as unlimited?
|
| Retrieve caller | 08 Jul 2004 13:46 GMT | 3 |
I need to write a macro which is called when a form checkbox is checked (or unchecked) and determines what the name of the checkbox is that triggered the macro. For example, if the user checks Checkbox1, the macro needs
|
| Missing menu items - one other detail | 08 Jul 2004 01:27 GMT | 3 |
I just noticed that if I open the problem template and select Tools > Customize the menu items that I've added become visible. But as soon as I close the Tools > Customize dialog, they vanish.
|
| Checkbox Macro on Exit | 07 Jul 2004 20:01 GMT | 2 |
I've created a form template with "x" boxes. I'd like for the "xed" box to become red in color when the user clicks on it. I've tried assigning a macro to do this, but the message I get upon use is that the macro cannot be
|
| Is it possible to do this using VBA in MS Word | 07 Jul 2004 19:58 GMT | 3 |
I am a newbie to MS Word Programming, I would like to know if VBA is possible to do the following jobs for me: 1. When type a typo in word, the word will be underlined, is it possible to do this using VBA?
|
| show label dialog box | 07 Jul 2004 19:42 GMT | 1 |
I would like to create a macro that displays the envelope/label dialog box, but on the label tab. (I have created a custom envelope macro, and therefore don't need the Word envelope feature.) Any help on the macro
|
| How to manage global add-ins? | 07 Jul 2004 18:07 GMT | 3 |
I want to develop an organization wide Word add-in, with a procedure MySave(int) and a related user form. The add-in is to be used in other org wide templates. The new add-in I'm going to install on the users local machines. My strategy is:
|
| Pop up box or Bubble or Screen Tip | 07 Jul 2004 15:47 GMT | 1 |
I am typing a long document in which I would like to be able to use pop up boxes or have a bubble / screen tip appear. For example: If I was to type - This is a test area.
|
| Macro to eliminate mutiple blank lines. | 07 Jul 2004 15:32 GMT | 1 |
Hi, just wondering if anyone has made one already (Please dont waste your time writing it unless you have it), I need a macro that will go through a document and spot places where there is more than one blank line between
|
| Can one save a reference added to project when automating Word | 07 Jul 2004 15:14 GMT | 6 |
Can one SAVE a reference added to a project when automating Word using a Word object? I want to do this from within VB 6, but I find that I cannot do this even from within Word itself?
|
| importing problem in macro | 07 Jul 2004 14:45 GMT | 3 |
I have made a macro in word but I can not install it in other computer there is one .bas and 2 forms from which one form is giving error while I import it. How can I make an install version so that all three file get installed on
|
| 2003 best Help for dim OOP-er | 07 Jul 2004 13:15 GMT | 1 |
Does there appear to be some reason why this code returns a No. 4160, 'bad file name' error: Set docCurrentDocument = Documents(strFileName) or
|