| Thread | Last Post | Replies |
|
| Showing Hourglass using MS Word 2000 macro | 20 Nov 2004 04:38 GMT | 1 |
How can we show Hourglass using MS Word macro. When a user clicks on a Toolbar button on MS Word 2000 app, a macro will be called that will process the word document into some other format. During this processing, I want to display Hourglass. For example, when you save a long ...
|
| Showing Hourglass using MS Word 2000 macro | 20 Nov 2004 04:38 GMT | 1 |
How can we show Hourglass using MS Word macro. When a user clicks on a Toolbar button on MS Word 2000 app, a macro will be called that will process the word document into some other format. During this processing, I want to display Hourglass. For example, when you save a long ...
|
| Stored macro in active document | 20 Nov 2004 03:52 GMT | 2 |
I've recorded a macro, stored it in the current/active document; yet when I open that document again, the macro won't run.
|
| Blocking whole document | 20 Nov 2004 01:31 GMT | 1 |
How can i block whole document? I have a Word template with macro. After user fill template, he must bush my button and doc is writing himself into a directory. But i want do block whole document after pressing the button. How do this?
|
| Use click event to open a word document specified in a combo box. | 19 Nov 2004 22:24 GMT | 1 |
I am creating a procedure manual in which I want to have an easy way to navigate all of the procedures, preferably with a combo box. I'm new to VBA, so forgive any unclear explanation, I'll be happy to clarify if needed. What I have done at this point is created a command
|
| Changing name of selected object | 19 Nov 2004 22:22 GMT | 3 |
I have a canvas object selected (following a copy paste operation), and I would like to change it's name right after the paste. I tried: Selection.name = "Canvas 1"
|
| "Word is calculating the word count" with several refreshes. Is t. | 19 Nov 2004 22:10 GMT | 1 |
I have a protected Word form where the user adds data into text boxes. The user might modify the form in a defined way using macros stored in a Word Addin. The addin is called automatically (installed = true) in the Document_Open
|
| Populate field tags within doc from XML file content | 19 Nov 2004 21:38 GMT | 1 |
Any help to accomplish the following would be greatly appreciated: Using Infopath 2003, I have designed a form, which as a by-product of that process creates an XML Schema. Upon filling out that form in Infopath, an XML file is produced.
|
| Indexing Word | 19 Nov 2004 21:37 GMT | 1 |
I'm looking for a way to index word. I want to index all words on all pages. I looked up in help and it showed it was all manual so I wrote a VBA program bit it itterates words and tells me word number but not page number or paragraph number. In fact I could not find pages in the ...
|
| Need help replacing Bookmars | 19 Nov 2004 19:51 GMT | 3 |
I am creating an application that uses Word to producce reports using COM Interop. I have created a Word template that contains named bookmarks everywhere I want data to be displayed. When I execute the component in my application that produces the report the replaced text ...
|
| passing information | 19 Nov 2004 19:48 GMT | 6 |
what is the best solution to pass information from one userform to another userform thanks phil
|
| Save as macro with location | 19 Nov 2004 15:59 GMT | 1 |
Hi I'm trying to create a macro to Save a Document to a specifi location. I also need to to add the Date to the files name. Example: Supervisors report - run macro and saves it to
|
| problem with range.MoveEndUntil method | 19 Nov 2004 15:20 GMT | 2 |
I can't figure out a strangeness I'm seeing when I try to use the MoveEndUntil method on a range I'm working with. I can use it sucessfully to move until any character(s) I choose, except the double quote mark. I've tried using the """" and Chr(34) as representations
|
| macro to go to next text field | 19 Nov 2004 13:41 GMT | 1 |
Hi, I am creating a form in Word. I know that once I finish entering my text in a form field that Word does not automatically go to the next text form field. But is there a macro that anyone knows that will take you to the next form field when the alloted number of charters ...
|
| Splitting an IP address | 19 Nov 2004 13:26 GMT | 9 |
I am using Word 97. I have used some code which one of the MVP's provided which picks up the IP address of a computer. I want now to split the address say from:
|