| Thread | Last Post | Replies |
|
| Combobox items automatically clear every time I close Word doc. | 01 Feb 2006 12:21 GMT | 1 |
There is something very easy and basic here. My comboboxes have hard-coded items and the code as entered in Design Mode is as follows: Private Sub ComboBox1_Change() ComboBox1.List = Array("Functional", "Look and feel", "Usability",
|
| Testing for existance of Microsoft Assistant | 01 Feb 2006 12:06 GMT | 5 |
I am trying to use the Microsoft Assistant balloons to provide tips for how to use a macro I have written. I can turn 'On' the Microsoft Assistant, and make it 'visible' if it is present, but some users haven't installed MA in the first place. How do I test initially to see if ...
|
| Delete contents of document | 01 Feb 2006 05:07 GMT | 2 |
I'm looking for the "best" way of deleting all of the current contents of a document from within a macro. Originally, I was doing this and it worked fine: 'Erase all other content
|
| This word count code gives inaccurate counts. | 01 Feb 2006 02:14 GMT | 4 |
The correct word count (all words in document) via the Tools, Word Count menu is 600. I need an accurate word count in my macro and none of these methods work. What am I doing wrong? Please help. ' 544 words reported in document code:
|
| Keeping Endnotes with the owner when combining multiple documents. | 01 Feb 2006 02:12 GMT | 7 |
Hi! I am combining several documents using InsertFile() command. It works OK but when a document has endnotes, the endnotes go to the end of the resulting document. I tried Cut and Paste but that removed the endnotes numbering.
|
| Cannot open doc. | 01 Feb 2006 00:25 GMT | 7 |
Cannot open a MSword 2000 (doc.) in MSWorks Word (6.0) Receive error msg Wkswp has caused an error in MSWRD832.CNV or Works cannot open drive:\path\file. The file may be in use by another application, the file format may not be supported by any of the installed converters, or the ...
|