| Thread | Last Post | Replies |
|
| Counting word and adding the result of a search and replace | 13 Oct 2006 21:01 GMT | 10 |
I need to write a word which counts the word of the active document and adds to the result the number of replacements of a given character by another character. Any help will be greatly appreciated. Thanks
|
| Get vertical cursor/ibeam location value (inches) for Word documen | 13 Oct 2006 20:18 GMT | 3 |
Hi All :) I need to retrieve the horizontal ibeam/cursor location for a Word document. This value is displayed at the bottom of the Word 2003 application underneath the horizontal scroll bar --> in the same bar that displays the
|
| Template and Image | 13 Oct 2006 20:13 GMT | 4 |
I am trying to create Word Template; it has three images and a combo box with the name of the pictures. I want to display the image select in the combo. How do I do? HGJ
|
| How do I Call an Addin's methods from a template? | 13 Oct 2006 18:50 GMT | 2 |
If I have one addin and I want to have add specific ADO SQL query to just ONE template dot, when this one dot is launched (via automated process, no user intervention and off to the printer it goes) I want to know if and how to access the methods in the addin from the dot?
|
| Autotext not saving with template (con't from previous article) | 13 Oct 2006 15:19 GMT | 4 |
I apologize if this post saves, since I cannot reply as a continuation to my previous post, I had to start a new one. Every attempt to continue my previous thread results in an error message. The autotext saves with the template apparantly. Since it is there when I
|
| Disapearing Macro Button | 13 Oct 2006 12:35 GMT | 4 |
Hiya I have a template with a macro button placed on the menu bar. When I open the template on my PC the button shows. When other users open the template on their PCs the button is not there, they have to run the macro manually.
|
| Styling Objects In A VBa Form | 13 Oct 2006 10:24 GMT | 1 |
I've just opened a Word template that pops up a form to enable you to quickly create a fax header. The form looks as thought it originated from Word 2 as theres loads of 'Wordbasic.' type commands in it and the form itself is created on the fly from code which is how it used to be
|
| use of form fields in word using {Ref} | 13 Oct 2006 07:57 GMT | 1 |
I am able to get the fileds to operate properly but as soon as I secure/lock the document the visual cue of {Ref} and the grey highlight disappear. I would like the gray highlight to remain so the user can scan the document to verify that all the ref. fields have been properly ...
|
| Can I create an unprotected formfield in a protected document? | 13 Oct 2006 07:56 GMT | 1 |
I have created a form in Word that has formfields. Using the Protect Document panel, I can set the document protection to Read Only and then create Exceptions for my formfields such that they are freely editable. Why? I want the formfields to be editable both in terms of content ...
|
| Wait till intialization complete... | 13 Oct 2006 07:18 GMT | 14 |
Is there a "wait" or "pause" function in VBA? I have written a VBA-program for MS-Word which is started by the "New" event, i.e. when a new document is created based on a given template, in which my VBA program resides.
|
| How do I get online drop down info, in Word, emailed to me? | 13 Oct 2006 07:15 GMT | 1 |
Hi, How do I get online drop down info, using Word, emailed to me? Please provide a 1-2-3 step process, because I do not understand the help function in Word. Thanks!
|
| I want to set up a word form with choices (m/f ; right/left) how? | 13 Oct 2006 04:43 GMT | 1 |
I am a doctor and would like a form to speed up history taking by having templates otions. A (age) (m/f) had (right/Left) sided pain for (#) (days/weeks/months) etc How do I do this in word
|
| while not "\EndOfDoc" | 13 Oct 2006 02:26 GMT | 3 |
I need to carry out some editing on the text of a document. A macro will do well. How can I repeat it until the end of the document? I tried something like WHILE NOT "\EndOfDoc" but it did not work.
|
| problem with buggy textbox Exit event | 13 Oct 2006 01:15 GMT | 2 |
I have searched all over the Internet and this forum, and I was unable to find any info on this. I can't believe that nobody has ever run into this problem before. I have a textbox next to a spinner control, and I am trying to coordinate the two so the user can input using one ...
|
| Listbox order reversed | 12 Oct 2006 23:53 GMT | 1 |
Hi, I am creating a multi-pick listbox in a userform. The listbox has names in alphabetical order. I am using the code below to import selected items into the Word doc. Why does the list of selected items appear in the Word doc in reverse alpha order? For example, my listbox has ...
|