| Thread | Last Post | Replies |
|
| radio button to change/generate text | 29 Feb 2008 21:44 GMT | 2 |
I have a form with a radio button group that has 2 buttons. I'd like to be able to either change or generate text in the header depending on which button is selected. For example if the "Permanent" radio button is selected I want "Permanent Spec Change" to appear in the
|
| Using Macro to Change case of text in merge | 29 Feb 2008 21:04 GMT | 2 |
I'm trying to run a merge from Goldmine to word 2003, however the fields I'm bringing in are all in UPPERCASE, is it possible to run a macro that changes the fields to title case? The fields look like:
|
| Create editable document with permanent fields in Word 2003 | 29 Feb 2008 20:46 GMT | 5 |
I'm going nuts trying to figure out how to create templates that populate from a data source, are completely editable, yet also have some way of marking and retrieving text from the populated locations in the document.
|
| compare & merge (with boiler macro)? | 29 Feb 2008 16:49 GMT | 1 |
lifehacker.com posted a good tool that was modified by gmayor using boiler template as a macro for word. While it does what I want to insert a document, I really want to modify it to use word 2003+'s compare and merge feature rather than just inserting a document into each other ...
|
| Toobar Button FaceID display on userform | 29 Feb 2008 15:55 GMT | 1 |
Is it possible (and if so, how) to add an object (don't care what kind) to a userform to which I can set the picture of a toolbar button FaceID? I've developed a userform that allows me to scroll through all the icons available and it sets the selected toolbar button's icon to ...
|
| HOW TO KEEP A RANGE INSIDE QUOTES? | 29 Feb 2008 15:27 GMT | 2 |
Hi, programmers, I have a question on a very helpful macro posted here for finding and underlining text between quotation marks. It works great--except when quotes are preceded or followed by a comma or Wildcard.
|
| Print msgbox or print string values? | 29 Feb 2008 14:58 GMT | 4 |
At the end of my Word macro I use a msgbox filled with text and the value of some strings is it possible to print the value of these strings in a document or to print the msgbox as a whole?
|
| Installing a macro | 29 Feb 2008 10:44 GMT | 5 |
I've written a macro for Word which multiple people would like to have installed on their office and personal machines. In some cases, bringing their personal machines to me would be inconvenient for them, and travelling to their residence is an awkward option at best. In these ...
|
| { STYLEREF "EPRI Chapter Number"\n }-{ PAGE} | 29 Feb 2008 09:58 GMT | 8 |
I am using this field code to generate page numbers in the footer of a long document. It is working properly. Page 1 in Chapter 3, for example, appears as "3-1" at the bottom of the page. Ditto for page 2 in Chapter 3, which appears as "3-2". However, the Table of Contents does ...
|
| Selecting Specific Range Within A Document Without Search (Word 2003) | 29 Feb 2008 08:54 GMT | 18 |
Here's a Word 2003 VBA question about RANGEs that's been driving me nuts for a while. Supposing I have a document that somewhere has the following on a line by itself, effectively being a paragraph:
|
| Linked drop down fields - auto populate second field | 29 Feb 2008 02:55 GMT | 4 |
Hi, This macro works fine http://gregmaxey.mvps.org/Linked_DropDown_Fields.htm however is it possible to modify this so the second field Auto Populates based on the selection of the first drop down box? At present the user has to manually click in the second field and
|
| How to find MS Word's default file location | 29 Feb 2008 02:06 GMT | 6 |
I have a Word template to share with others. I repeatedly have to explain how they need to put it in their template folder before using it. Is there a simple way to create an .exe file that all it does check to see what the MS Word uses as the tempate folder and copys my ...
|
| Extract paragraphs to another document | 28 Feb 2008 23:17 GMT | 2 |
I have a long Word document and I need to extract and copy to another document all the paragraphs containing the word Symbol. I have no problem with the code to search for Symbol, extend the selection to include the
|
| code line number | 28 Feb 2008 20:55 GMT | 8 |
Is there a way to retrieve the line number of the vba code itself? Such as, if an error occurs, throwing up a message box that says "Error at code line 173"
|
| How to get perform this operation only in the current Cell of a ta | 28 Feb 2008 20:30 GMT | 6 |
I have a macro that splits the cells that have Hard returns inside all the tables in my current document into separate rows. Someone sent me this macro below to perform this function. If I need this macro to operate only on the current Cell where my cursor
|