| Thread | Last Post | Replies |
|
| Saving to .rtf file from Word | 07 Nov 2003 20:59 GMT | 1 |
Is there any way to save a range to a .rtf file? Here is my dilema. I have a number of definitions in a Word document and each one has a delimiter like: << Definition 1 >>
|
| How to make userform fields mandatory? | 07 Nov 2003 20:12 GMT | 1 |
I have designed a userform but I need to ensure one specific field is filled in before the user hits the submit button. I don't really care about the other fields but this one field is definitely needed.
|
| How to retain the value of a checkbox for query later | 07 Nov 2003 19:46 GMT | 1 |
I have 4 checkboxes in a userform, depending on which ones are checked I need to insert different language in a document. How do I retain the value of a check box for later querying?
|
| A problem when using find and replace to find special fonts | 07 Nov 2003 19:44 GMT | 1 |
I want to split a paragraph into several parts,with each part has uniform font.so i use find and replace to do this. 'set R = range of one paragraph Dim EndPoint As Integer
|
| Stop saving global template | 07 Nov 2003 19:43 GMT | 1 |
I need to stop the saving of normal.dot when MSWord closes. The With options .SaveNormalPrompt=false
|
| TabStrip or Multipage | 07 Nov 2003 19:42 GMT | 1 |
I want to have a form to add the names and addresses of several people through textboxes. Each person should have his own strip. The same informaiton is required from each person. Which should I use? I also want to have a button that basically says:
|
| Add a scrollbar on a User Form using word 2000 | 07 Nov 2003 19:23 GMT | 4 |
I have one more question i did succeed ti add my scrollbar but I have another problem i do a userform.hide to close my window but everytime i call my form, the scrollbar is set to the last position
|
| Check Names Dialog | 07 Nov 2003 17:55 GMT | 2 |
env: Mailmerge automation word, outlook 2002 XP platform My vba mailmerge automation is hanging when performing merge to email. I am currently using ClickYes for the security dialog (works fine). Problem is when the
|
| Trying to get name inserted if a checkbox is checked | 07 Nov 2003 16:31 GMT | 5 |
Hi, I have two check boxes in a user form. If one checkbox is checked I want a certain name inserted at a bookmark. If the other check box is checked I want a different name inserted at the bookmark.
|
| Add a scrollbar on a User Form using word 2000 | 07 Nov 2003 13:36 GMT | 2 |
Hi everybody, i want to add a vertical scrollbar on my user form but my problem is that i see the scrollbar on my form when i execute my macro but i can't move in my form and see all the fields i set the scrollbars property to frmScrollbarsVertical but it doesn't
|
| Basice VBA Question | 07 Nov 2003 11:53 GMT | 1 |
I have a Word Form that contains a picklist having two selections. I also have two macros, each of which I would like to automatically execute depending upon which item the user selects from the picklist. I suspect that I would
|
| email a shortcut | 07 Nov 2003 11:51 GMT | 1 |
We use shortcuts to files on a fileserver so there will be no copies 'wandering' over the network. I would like to create a shortcut within a document (it has already been saved), send it by email and finally have the shortcut deleted.
|
| Cannot delete a comment programmatically added | 07 Nov 2003 11:03 GMT | 1 |
I have a strange situation on Word2K: 1. Sseveral comments are added through a macro upon startup of Word. 2. During the session, I cannot delete these comments! Comments added by keyboard input can be deleted.
|
| changing a graphics and or text in multiple dot headers | 07 Nov 2003 11:01 GMT | 2 |
Thanks to Doug on his reply to my previous question. How could i modify a header with a .jpg or .bmp image in the header and text in multiple .dot files in a dirctory? i have a bunch of users that have their letterhead graphics in a templates directory and i need to change the
|
| Built-In and Generic Toolbar Controls? | 07 Nov 2003 10:55 GMT | 1 |
I am working in Word 2000. The VBA help seems to define 3 different types of controls: 1. ActiveX controls - which are beyond my scope. 2. CommandBarControls - button, popup, and combobox.
|