| Thread | Last Post | Replies |
|
| check box for inserting text | 30 Nov 2005 00:19 GMT | 3 |
I am looking for a way to make a contract wizzard, where I can select a text document using a check box and insert these into a new document. For example, say that I only want to use paragraph 1, 5, 9, 13, and 19. I want to be able to click the paragraph (using a check box) and ...
|
| Globally change Word Options | 29 Nov 2005 23:44 GMT | 2 |
Hi, is there a way to change multiple user's Word grammer options? I'm thinking of using a Macro, but is there an easier way?
 Signature Thanks,
|
| How can I control the auto scrolling speed in a word document? | 29 Nov 2005 23:37 GMT | 3 |
Auto scroll is accomplished by clicking the wheel inside the document and the mouse changes to a double headed arrow with a ball in the center. By moving the arrow downward, it begins to scroll through the document. Right now, the speed is entirely too fast for the casual ...
|
| Changing style of first word in a range, most efficient way please | 29 Nov 2005 22:55 GMT | 2 |
Hi! I need to bold,italize and change font for every first word withing several ranges programmatically. Here's what I am doing: oPara1.Range.Font.Name = "Arial";
|
| How to lock in the column width | 29 Nov 2005 22:20 GMT | 1 |
I am creating a form. One area I need to have the staff be able to type in a table. How can I lock in the width of the column, when they type the right margin keeps expanding and does on wrap. I know how to lock in the amount of text in the Text Form field.
|
| Macro to Add Borders to Tables | 29 Nov 2005 21:05 GMT | 2 |
I have tables in word documents that need to have borders around them. I am trying to write a macro that will find the tables and add a border all around and in the tables. Any help would be appriciated. Thanks,
|
| QUERY: auto clean VB editor | 29 Nov 2005 19:56 GMT | 1 |
Is there any way to auto clean indent the VB code? If not, anyone know an additional 3rd party program to do so? Such cleaning eg. removing trailing whitespace, formating/correct indentation, etc.
|
| QUERY: auto clean VB editor | 29 Nov 2005 19:31 GMT | 1 |
Is there any way to auto clean indent the VB code? If not, anyone know an additional 3rd party program to do so? Such cleaning eg. removing trailing whitespace, formating/correct indentation, etc.
|
| How to retrieve the Title of a word document | 29 Nov 2005 16:53 GMT | 2 |
I was wondering if there is any way to get the title (from the summery) of a word docuemnt using vb. I can already open the document using the following syntax: Set myDoc = New Word.Application
|
| Pass a value from a field on an Access Form | 29 Nov 2005 15:35 GMT | 3 |
From Word, I want to know the value an object on a form in Access. The Database is MyDatabase, the form is myForm and the field is txtDateHigh. So far... Sub GetDateValue()
|
| Set variable in VBA, use in document | 29 Nov 2005 13:04 GMT | 2 |
I wish to change the value of a variable in VBA and display its current value in the document body. i.e. "Room <RoomVar> master controls" where <RoomVar> changes at the push of a Button or ToggleButton. I can declare and manage a variable in VBA but I don't know how to reference
|
| Coding ENTER to move to next form field in Word97 | 29 Nov 2005 05:38 GMT | 4 |
I have no practical experience with VBA, or even VB, but I hope I will sound like I know what I'm talking about. I have an Online Form in Word 97. The document is protected, and I have set length limits on the number of characters and format restrictions in
|
| Goal: Macro1 calls/triggers Macro2 and passes strVar value to Macr | 29 Nov 2005 02:51 GMT | 1 |
I can't figure out how to get a word vba macro to call a second word vba macro, and pass a string variable's value from the first macro to the second macro. Any help (e.g. [1] example(s) and/or [2] URL references where I can find
|
| Prompt in form | 29 Nov 2005 02:12 GMT | 1 |
I have created a form and in which the user just tabs to each text form field. Most are self explanitory, but some need additional instruction that I don't want to print out once the form is complete. How do I get a prompt on some of the text form fields with instructions for ...
|
| Copying a style object to make a new one | 29 Nov 2005 01:15 GMT | 2 |
I'm missing something obvious. I want to create a new style by copying an existing one and making a few mods, the equivalent to using the "Based On" field in the styles dialog. After thinking about Set statements and the like, I'm confused
|