| Thread | Last Post | Replies |
|
| Using ListBox to populate many REF fields | 25 Oct 2005 20:58 GMT | 2 |
I have a word template for which I have created a userform. The template has bookmarks (call them BOOK1, BOOK2 and ITEM1,ITEM2) which are repeated many times throughout the template. I have used the REFERENCE to only have the user input data into one user field and then have the ...
|
| Launching Word with macros from webpage | 25 Oct 2005 20:45 GMT | 2 |
We have a Word doc with macros that we open OK from the network. I tried linking it from our webpage with a line like: <a href="\\path\file.doc" target="_new">Word Doc</a> It asks whether we want to enable macros, but if we hit yes, it doesn't
|
| Word Macro Error | 25 Oct 2005 19:25 GMT | 1 |
I recently inherited a Word document that is giving me the following error when I first run a customized save macro: "Word cannot copy a file to itself. G:\.....xxxxxxxxxx" Now, if I Ok out of that error and rerun the macro, it runs without incident.
|
| modal status window? | 25 Oct 2005 18:52 GMT | 2 |
i'm familiar with StatusBar, but i was wondering if there is any way to make some kind of modal display similar to a MsgBox but without any buttons, and have the text updated at various points by the macro and then eventually closed?
|
| Select Table cell | 25 Oct 2005 18:51 GMT | 2 |
Please could someone give me the code for selecting all the text in a table cell from either the bottom or top of the cell. I would be grateful for some help please. Margaret
|
| XPath printing tool? | 25 Oct 2005 17:33 GMT | 2 |
We're using XML-ized Word docs and using XPath to tie them into our software. [I've just outed myself as a non-programmer.] We have a nifty custom tool for mapping XPath. But there is no way to print XPath code from documents. In Word, the XPath can be viewed in the attributes of ...
|
| Autofill one field from two others | 25 Oct 2005 16:34 GMT | 1 |
Word 2000, protected form using Forms toolbox. Want to autofill text form field '1' with entries placed in text form field '2' and '3.'
|
| Changing & Saving Settings | 25 Oct 2005 16:31 GMT | 1 |
I would like to set up one instance of MS-Word 2K3 just the way I want with the options set just the way I like them & then i'd like to export those settings via .pip or via exported registry entries so I can bring them onto other pc's so I don't have to manually setup the ...
|
| find/replace on tables only | 25 Oct 2005 15:51 GMT | 3 |
is there a way to perform a find/replace but only on selected text or table? thanks!
|
| Calling Cindy Meister | 25 Oct 2005 13:59 GMT | 1 |
Hello Ms. Cindy Meister. When I ran your following macro (via a MACROBUTTON) in a protected form and I typed a search phrase, I got a Microsoft Visual Basic error message that said "Run-time error '5941'; The requested member of the collection does not exist." When I clicked ...
|
| Macro Recording - Entering Text in a Text Box | 25 Oct 2005 01:46 GMT | 1 |
I am trying to write a macro that copies text from Document A, opens Document B, and pastes the text into a textbox in Document B. Unfortunately, while recording the macro I can manually open Document B, but can't seem to get the focus on the textbox. The macro ends up just ...
|
| What event occurs on form load? | 25 Oct 2005 01:15 GMT | 2 |
I am trying to make some things happen when my user form loads in Word 2002. I have tried FormName_Load and FormName_Initialize, but neither seem to produce the effect desired. For example, consider a userform that you bring up, and at initialization you want it to make some ...
|
| Code work unless certain code is run | 24 Oct 2005 22:50 GMT | 5 |
Code work unless certain code is run then it messes up if the selected text is in a bookmark and is part of a table Sub Draft() 'Application.ScreenUpdating = False
|
| before saving | 24 Oct 2005 21:37 GMT | 3 |
In VBA for excel you can use beforesave to run a macro. In Word, I wan to prompt the user re: locking a date field, before they save it. Any suggestions would be appreciated. Thanks
|
| Delete to end-of-file? | 24 Oct 2005 20:38 GMT | 3 |
Is there a VBA command for "delete to the end of this document"? Thanks.
|