| Thread | Last Post | Replies |
|
| COM callback | 03 Mar 2004 20:42 GMT | 1 |
I am activating ms Word trough COM interfaces. How is it possible to define a callback function so I can recive information of when the user close word ? Jonas
|
| Follow-Up ... Creating Sequential Part Deux | 03 Mar 2004 19:15 GMT | 2 |
My thanks Jean-Guy Marcil.... Have attached my posting from yesterday, which Doug Robbins (MVP) responded to.... his reasoning for why the code might not be working (i.e., all users on the network
|
| Adding information to an excel doc from a word macro | 03 Mar 2004 17:35 GMT | 1 |
This may be a stupid question, may not be possible, etc. etc. Can I (from within a word macro) take information stored in a variabl and (A) Put the information into a new excel document
|
| Where to Store Macros for Docs Used Through DMS | 03 Mar 2004 16:50 GMT | 5 |
I have developed Word forms with macros that will be acessed by users through a DMS (iManage). The macros differ in some respects, but are the same in other respects. All macros were created through VBA on a
|
| How to assign short cut key to macro defined in VB | 03 Mar 2004 14:21 GMT | 2 |
If you use the macro recorder you get the option to assign a short cut key to it. However, I don't see how to assign a key to an already existing macro defined through the VBA editor. I would expect to be able to go to Tools -> Customize.. and then in that dialog choose keyboard ...
|
| Copy Embedded object | 03 Mar 2004 12:41 GMT | 2 |
Plese tell me how to write vb or C# code to copy/convert an embedded worksheet/chart/powerpoint object from a word document to a seperate respective file.
|
| Form Image as Autotext entry | 03 Mar 2004 12:25 GMT | 4 |
On a form I am creating we want to have to company logo appear. I've added an Image object to my form. However when I select 'Picture' it only allows me to browse directories. The image we will be using is an autoText entry with the template named at_CompanyLogo Can I assign ...
|
| Grouping Option Button controls in a Document | 03 Mar 2004 10:52 GMT | 2 |
I have lots of option button controls in one document. (Added using the Controls toolbox.) Cannot find out how to specify which option buttons are in a group/how they are grouped, so that only one button
|
| (Newbie) Inserting Text from a Textbox | 03 Mar 2004 08:12 GMT | 5 |
I'm in the process of learning VBA as I go, so I apologize if I don't use the correct terminology. I have a UserForm that includes textboxes, checkboxes and option buttons.
|
| Mouse click behavior in Word documents | 03 Mar 2004 08:06 GMT | 2 |
Hi, as a translator I have worked with CorelDraw and leaving alone the value of the suite, I must say that I always liked one feature that I have not come across elsewhere: after selecting any item and dragging it to a new position, pushing the right mouse button before releasing ...
|
| I need help with a While loop | 03 Mar 2004 07:23 GMT | 3 |
I need the following while loop to stop at the end of the document. have tried both the provious helps but neither work. Please help. endParameter = True While (endParameter)
|
| How to modify the *doc document? | 03 Mar 2004 07:18 GMT | 3 |
Hi, everybody, I am newuser of VBA in application. I have to finish a urgent thing t modify some character in some *doc document. the document is lik these:
|
| How to use <find Property> with condition? | 03 Mar 2004 07:15 GMT | 1 |
The find property can automatically search the text given the searche word. Now my problem is how to let find property to serach word in th last column in the document. My situation is that I have a document with many numbers. The number i
|
| Open Access database from command button in Word | 03 Mar 2004 05:46 GMT | 3 |
I'm trying to open an Access database from a command button in Word The username is part of the path to the file, so I want to use the Environ("username") variable so I can send the same document to a number of users and the button puts each one in their own directory So far, I've ...
|
| Do...Loop and having macro go to beginning of document | 03 Mar 2004 04:43 GMT | 4 |
I am new to Word and VBA my current version is Word 97. I have written a macro that searches a document for specific text, when found it cuts the selection and pastes it into a new document and saves the new document. I would
|