| Thread | Last Post | Replies |
|
| TOC and Field Update Macros | 02 Nov 2005 06:39 GMT | 1 |
I had some 'Update All' Macros set up in all my document templates that have suddenly stopped working. I've given up trying to figure out why now, I just want to fix the problem. These templates are used as the basis for many documents.
|
| Shading selected selection to 5% programatically? | 02 Nov 2005 03:56 GMT | 2 |
I recorded a test macro just now to shade selected cells to 5%. It's a macro I'll need enough to keep but the recorded keystrokes include a lot of garbage I don't need. There may be tables that have different attributes, etc., than what I recorded the macro with that will get ...
|
| Opening a Word Document | 02 Nov 2005 03:02 GMT | 6 |
Hello to Group, When I open a folder of Word.doc's, and click to open them up... the Word document opens, but I receive a dialog box after the Word doc opens saying, "path\doc name is being used by Star. Do you want to make a copy"?
|
| Invoice template | 02 Nov 2005 01:01 GMT | 1 |
I remember looking at a sample "invoice" for Word. I thought I came across it in the help files. I cannot seem to find anything in Word related to a Word document that was an invoice. I am looking for a "template" to follow when setting up and creating my own first invoice.
|
| Send as attachment | 02 Nov 2005 00:27 GMT | 3 |
I am trying to put a macro into a questionnaire to send it back to me as an attachment. I've read http://www.word.mvps.org/FAQs/InterDev/SendMail.htm. I am trying to use the SendDocumentAsAttachment procedure
|
| OnAction and msoControlSplitDropdown | 01 Nov 2005 23:53 GMT | 2 |
I am trying to hook the OnAction of a ControlSplitDropdown button. Code: Dim ctl As CommandBarComboBox For Each ctl In CommandBars.FindControls(Type:=msoControlSplitDropdown, id:=128)
|
| Color conversion | 01 Nov 2005 20:42 GMT | 1 |
In code how do I convert an RGB value to Words own color value (MsoRGBType)? That is convert RGB(12, 106, 182) to 11954700 and back again. Thanks, androoooooooooooooooooo........................
|
| Check boxes in forms | 01 Nov 2005 20:13 GMT | 1 |
How can I disable the remaining check boxes once one has been selected?
|
| TOC and Figures .. PLEASE HELP | 01 Nov 2005 19:50 GMT | 2 |
I have a 160 page document with over 120 different pictures with figure captions. Some of my graphics are inline and other are text flowing around. All of my figure numbers show and figure auto count works correctly but when I create my figure table only the my inline figures ...
|
| Release Focus of Command Button | 01 Nov 2005 19:25 GMT | 3 |
We're using Word 2003. I have a Userform with the following code: Private Sub CommandButton1_Click() UserForm1.Hide End Sub
|
| What VBA commands can be undone? | 01 Nov 2005 19:22 GMT | 1 |
In <eqBsIaQGEHA.1968@TK2MSFTNGP12.phx.gbl> Howard Kaikow wrote:
> In general, it's not possible because not all Word VBA commands are > UNDOable. > There used to be a list of some of those commands in a MSFT KB article. |
| Set a document to open hidden | 01 Nov 2005 18:42 GMT | 3 |
I am using Office 2003 on Windows XP. In Excel, you can set up a file containing programs that runs "hidden" by going to [Window] then [Hide] and save the file in the Visual Basic Editor. How can I do this in Word?
|
| How do I create conditional drop-down boxes? | 01 Nov 2005 17:54 GMT | 5 |
I apologize if this has already been answered, but I couldn't find it in the discussion group. I have a MS Word 2002 form that I'm updating with some new information. In one of the sections, I have a drop-down box with eight choices. Each of these eight choices have a related ...
|
| A template to check off having read something and pass on to next | 01 Nov 2005 17:24 GMT | 1 |
How do I create a form for one person to indicate he's read the attachment, check off his name, and pass to another person to read, and so on, and then finally give back to the final person?
|
| VBA - opening files with Shell command | 01 Nov 2005 16:12 GMT | 4 |
I'm writing a macro in Excel which finds other files (not Excel files) with a given name and then opens them. I'm using the Windows registry to find the programs associated with the files and then using the Shell command to open the files with the given program. My problem is that
|