| Thread | Last Post | Replies |
|
| Is there an event from a table? | 09 Dec 2005 08:41 GMT | 3 |
I want to catch the event that occurs when you add a new row to a table. Does this exist and is there anywhere I can grab it? Thanks so much in advance! Mike
|
| Methods for Passing Data to a UserForm | 08 Dec 2005 22:50 GMT | 2 |
Tony (and others interested), About a month ago we were in a discussion about passing data from a macro to a UserForm or a UserForm to a macro. I have put together five of those methods as examples and posted them here:
|
| blanks in pull down menu | 08 Dec 2005 21:24 GMT | 2 |
Is there a weay so that a pull down menu can have a blank space as an option in a form? and is there a way for someone to enter their own word into the pull down as one of the options? I'm using word 2002. Thank You
|
| Auto Filling a Form Field by Typing in Another Form Field | 08 Dec 2005 20:01 GMT | 2 |
Question: I have two Form fields, both are in different tables, but should display the same information. What I want to happen is if you fill out the the first form field, the second form field will auto generate the same information. How can this be accomplished?
|
| Inserting AutoText | 08 Dec 2005 20:00 GMT | 6 |
I just noticed a problem inserting AutoText with VBA. Several weeks ago I created several AutoText entries under a Style named "Toggles." This resulted in a category in my AutoText list where I can select from a variety of similiar entries. Today I recorded the following macro:
|
| How do I save an opened document that has no changes to it? | 08 Dec 2005 19:46 GMT | 3 |
I open a document and immeditaley click the save button. The document is not being saved again, which is OK in normal circumstances as it would be a waste of time to save when no changes have been made. However, I have a macro FileSave that puts a footer in my document
|
| VBA Question: Edited slides pasted into Word doc are not saved. | 08 Dec 2005 19:41 GMT | 1 |
The macro below is in a Word 2003 doc and performs search-n-replace inside of PowerPoint 2003 slides pasted normally (not with Special) into the Word doc. (Hence, it's not for search-n-replace in PowerPoint files, but for slides pasted into Word files with no OLE linking.)
|
| Combining small already completed Templates with form fields | 08 Dec 2005 19:33 GMT | 1 |
How do I combine three templates into one master template. I would also like to know how to program the form fields to copy from other form fields. Microsoft Office 2003
|
| Distributing a macro and form | 08 Dec 2005 19:26 GMT | 2 |
I have a complex macro that (now) resides in the code for a user form, frmMain. I have another macro that simply calls the form (frmMain.show). I need to give the form and calling macro to a few departments. Is there an "easy" way to send the files and tell people how to install ...
|
| using variables in 'insertFile' and 'Open' commands | 08 Dec 2005 19:24 GMT | 1 |
I wonder if somebody could answer this question - I'm sure it has been asked many times before, but just cannot seem to figure it out. If I define a variable for a pathname - i.e. a = "C:\MyFolder\MyPath\" to be interpolated in either a insertFile or Open command, I could
|
| How to insert alternating Wingding unicode chars into a Macrobutto | 08 Dec 2005 18:58 GMT | 3 |
Sub SymbolCarousel() ' This is Bill Coan's macro. ' I wanna replace the N with an unchecked box (Wingding Font, Alt-0114), and ' I wanna replace the Y with a check'd box (Wingding Font, Alt-0253).
|
| What is the faceid number for the check sign? | 08 Dec 2005 17:36 GMT | 2 |
In MS Word 2003 the button for the Ruler on the View menu has a check sign to the left of it. Does anyone know its FaceId number?
|
| How do you count the number of words in a sentence and the number of sentences in a paragraph? | 08 Dec 2005 15:49 GMT | 7 |
I need to count the number of words in a sentence and the number of sentences in each paragraph in a document? Please help. Thank you in advance.
|
| how do wrapround text | 08 Dec 2005 15:40 GMT | 1 |
I am creating a newsletter for our family golf day and want to include pictures with wraprpound text as in newspapers
|
| Grammar checker code doesn't perform like the menus | 08 Dec 2005 14:05 GMT | 3 |
I am trying to make Word's Grammar Checker run from a button. The problem is that this code will not "recheck" text that was previously marked as "Ignore Once". Actually, it will revaluate some of the text, which really baffles me. As an example if the document has
|