| Thread | Last Post | Replies |
|
| Changing fonts throughout document including headers footers and footnotes | 21 Jan 2007 01:38 GMT | 2 |
I need to create a macro to change all fonts of "Times" to "Times New Roman" in a document. I have that code below. However, my code does not change the font in some places, for example, in some parts of tables, headers/footers and in footnotes. How do I add to this code to cover
|
| control | 20 Jan 2007 23:11 GMT | 1 |
Hi, I want to create my own button, i mean for example, a button is that you press and makes the letter be bold. Any suggestions?.
 Signature xcal79555@yahoo.com
|
| Setting the OLEMenuGroup or OLEUsage values in template | 20 Jan 2007 21:36 GMT | 2 |
I have a Word 2003 template with a toolbar (Commandbar) and 3 buttons. I have MSWord set as my default editor in Outlook 2003. When outlook opens and I create a new email the toolbar and buttons template is merged into the outlook menu bar.
|
| ListBox "Column" property | 20 Jan 2007 18:58 GMT | 4 |
VBA Help says: Column Property Specifies one or more items in a ListBox or ComboBox. Syntax
|
| 97-2003-2007 change .dot or .dotx extension macro | 20 Jan 2007 13:19 GMT | 1 |
How do I update the macro from MVP site to include 2007 .dotx extension or allow it to select the default .doc or .dotx extension. OR can the extension be dropped and default to 97-2003 or 2007 depending on which program is open - many thanks.
|
| shift key and capitalization | 20 Jan 2007 01:35 GMT | 1 |
Hello: When I use one shift key to capitalize (say the right) and then type a word and need to use the left shift key, it won't capitalize. The same thing also happens in reverse (left to right). what is wrong? thanks
|
| Swicthing Between Open Word documents (VB.NET) | 20 Jan 2007 00:24 GMT | 1 |
I'm writing a project in VB.NET that needs to copy some information from an open word. The open word document has already been opened on the workstation by another application. I want my program to be able to see the open word document and copy the contents of the open Word
|
| Problems with Shapes Properties | 19 Jan 2007 19:58 GMT | 1 |
We have existing VBA code (created by someone else) that lets users switch between two graphics in a Word doc. We now need to replace one of the graphics but are having problems. The code uses a couple of lines in several If statements to determine which logo to use:
|
| VB Error message "The Password is incorrect"? | 19 Jan 2007 13:22 GMT | 3 |
I have a protected word template that I have created with several formfields. I have written the VBA code as well and it all meets with my user requirements. The problem is that when I protect the word template "Tools, Protect Document" with the editing restrictions set to
|
| how to blocked spam in outlook 2003 using a VBA or macro script | 19 Jan 2007 11:13 GMT | 2 |
I am new here, is there any macro scipt that can blocked automaticall spam mail in outlook 2003.. pls help --
|
| shift key and capitalization | 19 Jan 2007 10:37 GMT | 1 |
Hello: I am using Microsoft Word in office for the Mac on a powerbook G4. When I use one shift key to capitalize (say the right) and then type a word and need to use the left shift key, it won't capitalize. The same thing also happens in reverse (left to right). what is wrong?
|
| Advice on inputbox vs userform? | 19 Jan 2007 06:55 GMT | 1 |
I would like to control access to my protected doc by requiring a user to enter a required password. I do not want to allow them to cancel out of the password dialogue and gain unauthorized access to the application. I have reviewed options using a userform and inputbox. I
|
| Adding a shadow to an inline picture | 19 Jan 2007 02:51 GMT | 2 |
I can manually add a shadow to an inline picture by selecting the picture and using the Drawing toolbar, but when I record that action in a macro Word writes into the code: Selection.ShapeRange(1).Shadow.Type = msoShadow6 'the shadow type I chose
|
| Apply a shadow to an inline picture | 19 Jan 2007 02:05 GMT | 1 |
I put this in VBA beginner, probably wrong place, since it gets very little traffic, so I am cross-posting it here. Sorry if that breaks protocol. I can manually add a shadow to an inline picture by selecting the picture and using the Drawing toolbar, but when I record that action ...
|
| How to change the default settings in Word for programs associated with certain file extensions | 19 Jan 2007 01:46 GMT | 2 |
Hello to everyone, I really wonder if someone can help me: I wrote a document with lots of VBA macros to support which is basically a list of hyperlinks to JPEG-files. The idea is to click on a small image and have it opened then by the relevant program, for my
|