| Thread | Last Post | Replies |
|
| Userform Dictionary | 26 Oct 2004 01:46 GMT | 3 |
Hello from SteveD I would like help please to build a dictionary in a user form. The form will have a path options Path to source file and Path to Dictionary File
|
| "Compile error in hidden module: AutoExec" | 25 Oct 2004 21:35 GMT | 1 |
This message box comes up upon entering and existing MS Word
|
| Userform_Deactivate (or some other event) | 25 Oct 2004 19:34 GMT | 1 |
In a Word 2000 macro, I've got a non-modal form. When the user clicks out side the form (form loses focus), I'd like an event to fire that makes changes to the form. I thought Userform_Deactivate would take care of this, but it doesn't do anything. Nor does Userform_LostFocus (which ...
|
| Macro Help Please | 25 Oct 2004 18:53 GMT | 4 |
Hello From Steved Please help me I am trying to get to understand word macros. Dict As Scripting.Dictionary This macro highlights the above when doing an F8
|
| insert word count with further calculation | 25 Oct 2004 18:42 GMT | 2 |
I am trying to make a macro or function that can get the word count of a page and divide the result by a number, lets say 3 and display it on the page preferably as footer or at the end of last para. could someone help.
|
| Hide / Include sections | 25 Oct 2004 17:11 GMT | 1 |
i have a SQL2000 table containing all of our clients services and current prices. I would like to create a mail merge using this information, which is easy enough to to. What i would like to know is, is there a way to hide or remoce sections of the word document dependant on if a ...
|
| SetFocus Error | 25 Oct 2004 17:07 GMT | 2 |
I've created a userform with a multipage control. When the user clicks a command button to save data from the form to disc, a check is made to ensure all data has been entered correctly. If there's invalid or missing data, I'm trying to set the focus on the
|
| Testing for Selection | 25 Oct 2004 16:08 GMT | 2 |
I have a three-column ListBox populated from an array. I want to test to see if one of the rows is selected, in the same way you can test if something is selected in a document: If SelectionType = wdSelectionNormal Then
|
| ?check if chapter contains hyperlink, if not, delete | 25 Oct 2004 15:06 GMT | 1 |
Hallo Champs I am getting mad on the following: Is it possible to check a value between two or more headlines (changing headline, about 100 in the document) and if the desired content does not exist = delete all between Sample:
|
| Hlp Pls: Search & Replace makro results in funny styles | 25 Oct 2004 13:41 GMT | 1 |
I am using a recorded makro to earch and replace for some txt which then is formatted to H1 - when do the commands manually it works fine, when I use the makro where multiple operations are running the H1 style is apllied but with boarders around it.
|
| Creating a Drop Down List | 25 Oct 2004 13:33 GMT | 4 |
I am not an advanced user and I cannot find out how to create a drop down list. I have a list of 16 items from which I need to be able to choose one item. How do I do this? Thanks in advance.
|
| MACRO TO PRINT FILES | 25 Oct 2004 13:04 GMT | 1 |
I have a list of 10 files in directory c:files\testfiles. I want to write a macro to retrieve the file, print it, close it, and go to the next file. I can rename the files to have consecutive numbering, if that helps.
|
| Where's the documentation that ...? | 25 Oct 2004 11:56 GMT | 18 |
Where's the documentation that one is permitted to create more than one CommandBar with the same name in a given Context. It works, but dag nab it, I cannot find the documentation that might tell me how to distinguish between multiple CommandBars, with the same name, in a
|
| Error trapping | 25 Oct 2004 11:45 GMT | 2 |
How do you trap error messages in Word VBA? I looked on the HELP for an ONERROR command but could not find it. What is the correct way to trap errors? Steve Wylie
|
| How can I save a Word doc as an JPEG? Changes when saved as HTML. | 25 Oct 2004 11:17 GMT | 1 |
I am trying to save a Word doc as an HTML but get a lot of reformatting when I "save as". Is there an alternate method of saving, such as a jpeg or something so I don't lose the formatting when I save to HTML? Thank you in advance for your assistance!
|