| Thread | Last Post | Replies |
|
| Word templates over a WAN | 11 Nov 2004 07:29 GMT | 1 |
I have a client that has an interesting problem. The IT department wants control over templates that are installed on their corporate intranet. The network is broken up into several LANs operating at 100Mbs that are interconnected using a WAN at 7Mbs. They also have users
|
| Need Help With Class Module | 11 Nov 2004 06:47 GMT | 6 |
I have a question regarding Class Modules. In my UserForm I created a collection of labels as: Private colShapeControls AS Collection .....
|
| Tracked changes and outline levels | 11 Nov 2004 01:26 GMT | 1 |
In code, how do I read a tracked change in Word and know the outline level? I want the code to find a tracked change, read it, record the outline number/level, and write a summary of the change. For example, if paragraph 3.1 of a document had a tracked change that showed
|
| Use of an ampersand in a drop-down list of a form document | 11 Nov 2004 01:04 GMT | 7 |
How do I get "S&P 500" (without the quotes) to appear as an item on a drop-down menu in a protected form document?
 Signature Steve Pearson
|
| Search for a word in a document except for tables? | 10 Nov 2004 23:53 GMT | 7 |
How do you search the whole document, excluding tables, for a certain word? And vice versa (just search tables)? Thanks.
|
| VBA to remove toolbar and menu choices | 10 Nov 2004 23:43 GMT | 5 |
How can I use VBA to remove toolbar and menu choices for a particular document? Thanks, Keith
|
| Switching Between Printers in a Single Macro | 10 Nov 2004 22:59 GMT | 1 |
I am in a fix. I have a macro that basically needs to perform the following tasks: Save a mail merge document to an RTF with a specific name. (So far so good on this one!)
|
| eliminating corruption from pasted in text | 10 Nov 2004 22:56 GMT | 2 |
Many style, bullet, and numbering problems seem to start when text is pasted in from another Word document. Can someone suggest a way to use VBA to get text from another document without causing corruption? Thanks,
|
| Button onclick event wont' run | 10 Nov 2004 22:41 GMT | 4 |
Hello and thanks for your time. I am pretty good with Access vba, but not so handy in Word. I have a picture in my document that is basically a chart. I put several very small buttons on top of this picture. I would like for my users to be
|
| Find Toolbar | 10 Nov 2004 22:39 GMT | 1 |
Any ideas on how to create a dockable Find toolbar for Word 2000?
|
| Extending match time for a combo box | 10 Nov 2004 22:15 GMT | 1 |
I have an application (a Word 2002 VBA macro) that requires users to make a selection from a combo box. The users typically type text to make the match, but the 2-second default timing for the combo box isn't enough. They're complaining that they'd like more time to type.
|
| Q: Hidden Text Bounds.. | 10 Nov 2004 21:28 GMT | 1 |
I am looking for a way to find the segments of hidden text in a MS Word's Paragraph. I wonder if there is a way to do it without iterating through every single character's Font in the paragraph, which is IMO a very inefficient way.
|
| Passing form data to a custom template for printing??? | 10 Nov 2004 20:23 GMT | 1 |
I am trying to come up with a system that will allow me to generate a form dynamically and then output the selections made on that form to a custom template. I will have an unknown number of client names that I can read from a text
|
| Code Execution has been Terminated | 10 Nov 2004 20:20 GMT | 3 |
Has anybody ever seen "Code Execution has been Terminated" message pop-up before? I am getting this on one machine after it has been working for a while. This macro is working on several other machines and has worked on this
|
| custom menu items linked to 'remote' macro | 10 Nov 2004 19:57 GMT | 1 |
I'd like to add a custom menu item (easy enough), but want the macro to point to macro located in a file on the network. The reason for this is so that many users will use this macro and I dont want to have to maintain each user's normal.dot file.
|