| Thread | Last Post | Replies |
|
| Code to get UserForm's parent? | 14 Oct 2005 19:22 GMT | 11 |
I need to be able to put the address - folder location and file name - of the template containing a UserForm into a string on the Initialize event. Apparently, though, there isn't a Parent property available (in Word 2000). How might I do this?
|
| The stupid question | 14 Oct 2005 17:46 GMT | 8 |
I think it has been asked and answered before, but I can't find it. Is there any way to switch to and from and active document and an active userform? For example, I want work in the user form - select text in the document (with userform still visible) - go back and work with the ...
|
| Getting the size of empty space at the end of a document, please | 14 Oct 2005 17:28 GMT | 2 |
Hi! I need to determine the amount of empty space at the end of a document, so I could insert a small document into that space. I need 2 methods: 1) Figure out how to determine a size of any document
|
| Access checkbox in word 2000 | 14 Oct 2005 17:02 GMT | 2 |
I have several checkboxes on a Word document that I want to access via VB net These are checkboxes from the Control Toolbox toolbar I have tried...
|
| Display the value inputed in a userform (as bookmark) more then on | 14 Oct 2005 16:29 GMT | 2 |
I posted a message somewhere* on this board yesterday about how to develop a wizard. Doug Robbins suggested I read http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm which helped tremendously. Thank you.
|
| hidden text formfield | 14 Oct 2005 15:00 GMT | 3 |
i've got a hidden text formfield. i've set word to display hidden text so the field is visible. when i enter text into it and exit, i set a sub to display the contents in a msgbox. however, the text returned is empty! checking the length
|
| How to speed up the program? | 14 Oct 2005 14:05 GMT | 1 |
I wrote a program in VB6. I want to copy some rows in a table, and paste many times (according to the record number). The program works fine. But it is slow. How to speed up it? Thanks advance.
|
| It took 4s to quit word. Why? | 14 Oct 2005 13:59 GMT | 1 |
I wrote a program in VB6 as follows. It is very slow to quit Word. The statement "gwdApp.Quit" took 4s. Why? How to speed up it? Thanks! Liu Jianzhong
|
| template for different versions of Word | 14 Oct 2005 13:58 GMT | 2 |
I need to create template to work with Word 2000, XP and 2003. It uses references to Excel Object library which is different for all different versions of Office. Is it possible to create one template to serve all different versions of Office or rather I need to create the ...
|
| new menu doesn't operate correctly in Word 2000 or 2003 like 97 | 14 Oct 2005 10:37 GMT | 1 |
I have a new menu configured on the top menu bar with 2 new menu selections. The first selection has a list of choices/macros that use select cases to populate the 2nd new menu selection with various toolbar choices. The view- toolbars has been disabled for our users. This has ...
|
| I still have some problems with the check boxes. | 14 Oct 2005 05:16 GMT | 3 |
A MS Word XP (an agreement) has a userform attached from which I have to select various "variable text" to personalize the agreement. I have found how to use the text fields, the drop down lists and radio buttons and bookmarks, but I still have some problems with the check boxes.
|
| Userform overwirting bookmarks | 14 Oct 2005 03:51 GMT | 2 |
I have a document that has 5 bookmarks, I have created a userform that opens and displays the current contents of the bookmark by using this code: txtOpportunity = ActiveDocument.Bookmarks("Opportunity").Range.Text Where txtOpportunity is the field name on the user form and ...
|
| Return MultiPage textbox tags? | 13 Oct 2005 23:58 GMT | 1 |
I have a form with a MultiPage control. There are 11 pages, and one Textbox on each page. The Tag property of each Textbox has been set to correspond to a certain Custom Document Variable. On Form_Initialize, I would like to loop through all the text boxes, read the tag, and ...
|
| Auto fill textboxes from a droplist selection | 13 Oct 2005 23:52 GMT | 3 |
I am trying to create a protected document that will fill in 2 text boxes based off the selection of a dropdown list. example: Dropdown list = Name
|
| Show White Space | 13 Oct 2005 22:50 GMT | 2 |
I was hoping there was a property for the Word view object for 'show white space', but I can't find it. Is there such a thing?, or is there another way to do it?
|