| Thread | Last Post | Replies |
|
| How to get teturn code from the default dialogs in WORD..? | 20 Jan 2005 20:49 GMT | 7 |
I display aany default dialog in the word programatically..For example, i display a SaveAs dialog when i want to save a file programatically...So, when i display that dialog, can i get the return code whether user has pressed the Save button or the cancel button..? I hope that ...
|
| Creation of a macro IF statement | 20 Jan 2005 20:42 GMT | 7 |
I am pretty weak in VB and need some basic help. How do I create an IF statement within a macro that runs on exit from a dropdown field? I have a field that has 3 or 4 choices and if one is selected I want to call another macro to execute. I need to be able to simply say:
|
| drop downs | 20 Jan 2005 20:41 GMT | 1 |
I'm trying to create a list of data in word which will validate against another list. Say list one contains A-D and list Two contains Cars, Boats, Planes, Buses. When the user selects A I want to see the second box display Cars, B Boats and so on these have then to be printed ...
|
| Page Numbering | 20 Jan 2005 20:37 GMT | 1 |
How can I have my page numbers be as follows: 1.1, 1.2, 1.3 etc. ? Thanks in advance.
|
| Gutter Margin Problems | 20 Jan 2005 20:06 GMT | 2 |
I'm having problems setting the gutter margins in a document programatically. I want to make sure that each section in the document has a .25 inch gutter margin because sometimes sections get inserted from elsewhere
|
| Populate Word Table | 20 Jan 2005 19:48 GMT | 2 |
Would someone please tell me how to populate a Word 5 Column Table with data retrieved from a Sql Server via ADODB connection. I would like the data to look like a Report in Word. I know how to make the connection however I don't know how to format it nicely in Word.
|
| Return focus to TextBox on Error | 20 Jan 2005 15:25 GMT | 14 |
I have a UserForm textbox that is providing varialbe that must be in date format. If the user types in A$ERDF or other garbage text, I want to generate an error and return the user back to the textbox. I am trying to do this with
|
| Setting Focus (or selecting text) | 20 Jan 2005 10:44 GMT | 6 |
I am trying to construct a user form. I have a textbox that I want to contain default text. When the form opens I would like for the text to be selected. In the initialize routine I have
|
| How to update automaticly | 20 Jan 2005 10:43 GMT | 4 |
Hi there, I'm kinda new at vba, and have the following probplem. I have a document where i have to fill in quiet some fields, i want to make a form to make that fill in automaticly..But my biggest problem is the
|
| How do I let user suppress introductory userform? | 20 Jan 2005 07:58 GMT | 1 |
I have a macro-driven Word template (*.dot file). An introductory userform pops up when the program is opened. I would like to include a checkbox giving regular users the option of suppressing this introductory userform. The template opens as Document1 and suppressing the ...
|
| Multiple Open Documents | 20 Jan 2005 07:11 GMT | 9 |
I have an open document that contains a table. In the userform I open a "master" document and use the info from that to update the table. Somewhere, either in a NG, FAQ or link, I saw a response or article on how to handle working with multiple documents in VBA. Can anyone point ...
|
| Word Form Showing Contacts | 20 Jan 2005 00:19 GMT | 1 |
I am using Word 2003. Does anyone have a small sample of how to grab the contacts from a specific 'public' folder on the server and populate a combobox and show said combobox on a userform in a word macro.
|
| Programming in page headers | 19 Jan 2005 23:53 GMT | 2 |
I know nothing of programming in Word 2003. I am building a template for a writing course I'm taking. The page header on my first page is different than the subsequent pages. How do I program the header on page two to automatically paste the assignment number I enter into the ...
|
| How to edit header/footer | 19 Jan 2005 23:52 GMT | 1 |
I have a bunch of documents with various date fields in the headers and footers. I would like to scan for these fields and replace them or remove them. I have the code which identifies the questionable fields in the header and footer but I don't see a way to remove them or edit ...
|
| Converting from WordPerfect Macros | 19 Jan 2005 20:48 GMT | 2 |
I have a client which has over 100 WordPerfect macros which they want converted into Word macros. Is there any easy way to do this? Maybe a third party product? Any help is appreciated,
|