| Thread | Last Post | Replies |
|
| Shortcut to a button on a toolbar | 18 Jul 2005 14:11 GMT | 7 |
How do I assign a shortcut to a button on a toolbar when the macro assigned to the button is not to (and should not) be found under Tools - Customise... - Keyboard... - Macros? / Ulf
|
| Works in Excel but not Word? | 18 Jul 2005 11:03 GMT | 1 |
The follwing code works in excel but not in word? It basically checks the user name. checks to see if user name is either "Name1" or "Name2" If the name is either of these it lets the document be open other wise the
|
| VBA Word 2002: how to get the document sentence/word # for the current (collapsed) insertion point | 18 Jul 2005 11:01 GMT | 3 |
VBA Word 2002: Anybody know how to get the document sentence number for the current (collapsed) insertion point? I need to display some sort of progress of running a processing routine on a
|
| Macro Font | 18 Jul 2005 10:49 GMT | 9 |
Is it possible to format(font, size, color) a single word in a macro?
|
| Word VBA to PDF... some questions | 18 Jul 2005 10:17 GMT | 1 |
Cross posted... WORD-PC@liverpool.ac.uk and news:\\microsoft.public.word.vba.general I've made a template for a client and one of the requirements is that the user be able to click a button and automatically create four different PDF
|
| "Do you also want to save changes to the document template?" | 18 Jul 2005 01:37 GMT | 2 |
I have a template that contains a custom toolbar that toggles on/off depending on selections made. My template runs fine, the only problem is when i try to save the document, i get a word message asking "do you also want to save changes to the
|
| changing url into hyperlink | 17 Jul 2005 16:59 GMT | 2 |
How do you programmatically turn a url into a hyperlink pointed to that url? Thanks, Larry
|
| Selecting a Hypenated name | 17 Jul 2005 04:28 GMT | 4 |
I am using word macros along with Dragon Dictation to create documents. The documents are patient encounters and each document starts with the patient's name "George Smith". Using a word macro at the end of the dictation, I use word to select the
|
| No msg box by clicking a command button on a saved Word document | 17 Jul 2005 03:10 GMT | 5 |
I followed a VBA tutor to create a command button on a Word document. After exiting VB editor and turning off Design Mode, I can see the "Hello" msg box by clicking the command button. However, after re-opening the saved Word document, clicking the command
|
| Using drop down lists to select specific criteria | 16 Jul 2005 08:14 GMT | 5 |
I am trying to create within Word, a drop down box that would have a list of subject areas that would be tought (not a problem, lol). The problem occurs that I wish, once the subject has been chosen (e.g. Math, Science, Drawing, etc), that in another drop down box further down ...
|
| How do I define a range? | 15 Jul 2005 23:13 GMT | 5 |
I would like to go to a bookmark which marks the beginning of the range and from that point define the end point to be 10 characters to the right. What is the syntax for this please?
|
| saving macros for use on another machine | 15 Jul 2005 22:43 GMT | 9 |
I created a macro (with the help of this news groups) to save a true backup of my Word documents. I am about to load Office 2003 on my machine and wondered if it is necessary, or even possible, to save the macro settings if it doesn't automatically appear in my normal.dot ...
|
| Update Fields Automatically | 15 Jul 2005 22:34 GMT | 7 |
I have a number of fields in my documents routinely. They are Table references, FIgure References, etc. that are automatically numbered as well as the Table of Contents. If I delete say a table in the middle of a partially drafted document the tables below the point where I ...
|
| Copying AutoText | 15 Jul 2005 21:58 GMT | 4 |
I am looking to create some code in an AutoNew procedure in a network based template (F:\Word Templates\Master.dot). The idea is that when any user creates a new document from this Master template, I want AutoNew to copy an AutoText entry (called "ProgSpace") that I made in ...
|
| Macros | 15 Jul 2005 21:54 GMT | 8 |
I've added macros to my document using Visual Basic Editor. On this one particular document, I have written about 50 macros. All of the macros are working on my machine. I have forwarded the document to another person who can not get the macros to work. Their computer has the ...
|