| Thread | Last Post | Replies |
|
| Problems Saving UserForm Values | 30 Sep 2004 22:21 GMT | 1 |
I have a userform with combo boxes populated with items that were put there or removed based on a user's answers in other userforms, i.e. the combo boxes are not populated during the userform Initialize event. I need to
|
| Get textbox names | 30 Sep 2004 22:11 GMT | 3 |
I hope someone can help. I have a word document with several textbox fields. How can I loop through them getting their names? This is not on a form, just on the document itself. I can not find a Controls collection there to use.
|
| Add-in | 30 Sep 2004 19:46 GMT | 3 |
How do I insert a Add-in in a form that I want locked.
|
| ObjLibrary references question | 30 Sep 2004 19:37 GMT | 6 |
Please correct me if my thinking is off: When I set a reference to an object library, it's saved in the template, yes? So if I want to distribute a document with a macro that references a certain object library, I need to create a template for it with the
|
| Programmatically add reference to excel in word | 30 Sep 2004 19:26 GMT | 9 |
I would like to take advantage of early binding in a macro I am building, but I don't know if all the users will have a reference to Excel in their Word. Can I add the reference programmatically if it is missing?
|
| Adding a Macro to a toolbar | 30 Sep 2004 19:09 GMT | 1 |
I have a Word template that has a button option that excutes a macro command. I need to duplicate this with other macros. How do I go about adding a macro command to a toolbar? *note: I took on someone else's template without any doco, hence not
|
| Make a Word template available to All Users | 30 Sep 2004 18:57 GMT | 5 |
Where should I put a Word template to make it available to all users on a computer? I see a Startup folder only in C:\Documents and Settings\<current user>\Application Data\Microsoft\Word. TIA
|
| Using TAB Key to move between textboxes | 30 Sep 2004 17:59 GMT | 2 |
Having trouble setting up a TAB between textboxes, in a document, in word 2000. The cursor won't move from textbox to textbox at all. Please advise.
|
| Word is hanging when I hide deleted revisions programatically | 30 Sep 2004 15:29 GMT | 7 |
Hi listmates, I created a macro that counts the number of revised words in a document. The problem is that I don't want the macro to count the deleted text, just the new text. What is happening is that when I hide the deleted text
|
| Toolbars showing up at different locations - Template case sensiti | 30 Sep 2004 14:23 GMT | 2 |
Toolbars showing up at different locations - Template case sensitive I am using Word 9.0. It appears that the Toolbars that were last displayed and their locations are stored in the registry at: Data Key for The location
|
| Macro Deleter, second request | 30 Sep 2004 14:16 GMT | 1 |
I'm using an "autoexec" macro to check & update members of a suite of macros if a later version exists Most of the code is OK and I can ALWAYS delete 10 out of the 12 macros with no problems , but I repeatedly find
|
| delete bookmark text | 30 Sep 2004 12:44 GMT | 7 |
I have several bookmarks on my docs, which I need to set to 'nothing' after the job is finished printing. I have tried If oDocName.Bookmarks.Exists("FName") = True Then
|
| event won't fired at lauching Word stated with blank document | 30 Sep 2004 12:01 GMT | 1 |
DocumentOpen nor wordDoc2_NewDocument is not fired when launching ms word with blank. is it the same for everyone? Shinya
|
| Positioning objects in a word document | 30 Sep 2004 12:00 GMT | 1 |
ill cut strait to the chase. I am trying to add, sequentially, objects to a word document. but when I add these objects, tables in this example, it adds them to the top of the document, If I use code like
|
| Electronic stamping of tiff images | 30 Sep 2004 10:08 GMT | 1 |
I'm not sure if I'm in the right newsgroup, but my former boss would take a tiff image, copy it to the clipboard and somehow add like a footer to the image with a bate number on the bottom right and save it as a new tiff image.
|