| Thread | Last Post | Replies |
|
| How to run autoexec macro in addins programmatically | 10 Mar 2006 14:25 GMT | 11 |
I want to run autoexec macro in addins, and call the Add method of the AddIns collection. The addins are loaded, and the Installed property is True. But the autoexec macro in the addins is not run. Why? How to run autoexec macro in addins programmatically?
|
| delete the last paragragh or section using VBA | 10 Mar 2006 12:58 GMT | 3 |
Let's say I pulled some data into word and decided to delete it. What VBA code I can use to delete the data I just pulled, not knowing exactly the paragrah or section #? Thank you for your input.
|
| capturing checkbox result | 10 Mar 2006 12:45 GMT | 1 |
I have macros running on enter and exit of my form fields. I capture the result of the form field during both macros and am comparing the two values to see if the field was changed. However, if I click into a checkbox, it changes the result of the checkbox, runs tne exit macro ...
|
| Trouble to remove background color | 10 Mar 2006 12:23 GMT | 1 |
I want to remove the background color of a range. This must be easy, but I can't get it working... <code> Sub DeleteCorrectionMarks()
|
| Find-object - Unable to replace background color formatting | 10 Mar 2006 11:21 GMT | 2 |
I've been asked to transfer the contents of a batch of Word-documents to a new format. The problem is that they don't use templates for either of them (source nor destination), but direct formatting (arghhh!) instead. So I'm transferring the contents from the MainTextStory from ...
|
| envelope printing faded | 10 Mar 2006 07:46 GMT | 1 |
My envelopes in Word 2000 look great on screen but with my new Lexmark X7170 print out faded. Even when I change print cartridges they print faded. I have my color logo and normal black printing for my return address. When I had my old HP all-in-one the printing was fine. Lexmark ...
|
| How to Read the MS Word file line by line - urgent | 10 Mar 2006 04:54 GMT | 12 |
Hi plz, tell me how to read MS Word file line by line. I am able to open the file using the following code. code: Dim objWord As Word.Application
|
| How to switch to English input in Visual Basic | 10 Mar 2006 00:15 GMT | 3 |
I am using a Japanese version of Windows XP, which means I can switch the input between Japanese and English by pressing a key on the keyboard. How can I do this switch in Visual Basic? I have tried recording the keystrokes with a macro to see what Visual Basic would record, but ...
|
| move a control button | 09 Mar 2006 22:48 GMT | 3 |
After I put a control button in the word doc, I would like to know if there is any easy way to move it around simply by dragging. When I tried to drag it, the button always goes back to the left edge of the document. Thank you for your help!
|
| How do I accomplish sequential numbering of created forms? | 09 Mar 2006 21:41 GMT | 1 |
I'm having trouble creating a form (in MS Word) that advances it's serial number automatically after the form is filled out, then the file saved and closed out. I'm sure this can be done, I just can't figure it out. Does anyone have any suggestions, or a link to a similar form ...
|
| Problems with Template | 09 Mar 2006 21:38 GMT | 9 |
I am trying to take a form (which has been saved as a template and uses checkboxes and textboxes from the forms toolbar) and put it in a folder on our Network so different users can access the form. I would prefer that if one user is in the form, it will not allow other users to ...
|
| Linking macro to keyboard | 09 Mar 2006 19:21 GMT | 3 |
I am sure this is really obvious. How do I go about associating a macro with a keyboard action. I know how it works when recording a macro (simply use the options to associate the macro you are recording with the macro) but I cannot seem to see how
|
| Runtime Error 91 | 09 Mar 2006 17:09 GMT | 5 |
I have a VB6 appplictaion that includes the following to do a spell check using Word: Dim SpellCheck As Object Set SpellCheck = CreateObject("Word.Application")
|
| Extra macro icon on toolbar? | 09 Mar 2006 15:06 GMT | 7 |
I have added several macros to one of my standard toolbars. I just noticed that one of them shows up twice, same icon pointing to the same macro. I pulled it off using ALT+Left Mouse, then saved Normal from the VBE and closed. When I opened Word again, it was back! Any clues as ...
|
| highlighting text in a word document | 09 Mar 2006 13:51 GMT | 1 |
I have a list of different words in an excel speadsheet that I want to search in a word document and if it finds that word to highlight it in red throughout the whole document. If possible I would load these words into an array and go through a loop to find the occurences. I do ...
|