| Thread | Last Post | Replies |
|
| Commandbars | 05 Aug 2005 20:57 GMT | 1 |
We have a menu item that we want to remove but it keeps changing its position on the file dropdown. It's a third party add in. We want to keep the program but access the executable from a toolbar icon instead of the menu. How do we remove this menu item by name rather than by ...
|
| Bedingte Formularreferenz | 05 Aug 2005 20:52 GMT | 1 |
Ich möchte mir in einem Formular die Eingabe der Anrede vereinfachen. Dazu habe ich ein Auswahlfeld mit dem Namen "Anrede" und den Werten "r Herr" und " Frau" angelegt und hinter die Anrede "Sehr geehrte" gesetzt.
|
| Color table cells | 05 Aug 2005 18:00 GMT | 1 |
Can anybody tell me the code on how to shade the table cells so that when entering Y it colors in Green and when entering N it colors in Red? Thank you Alex
|
| Renaming macros | 05 Aug 2005 16:47 GMT | 1 |
I have created a relatively simple macro, and assigned it to a button on a new toolbar. Having given the button a descriptive name, I was surprised to see that the name on the toolbar was Normal.NewMacros.{macroname}
|
| Headers & Footers | 05 Aug 2005 10:38 GMT | 1 |
I am following instructions and using code from http://word.mvps.org/FAQs/Customization/ProtectWord2000PlusHeader.htm I am using Word 2003. The only change I have made is to remove the "wdPrimaryFooterStory,
|
| find formatted text | 05 Aug 2005 10:01 GMT | 3 |
I need to do an automatic search/replace with a macro that i cannot record: - i want to find all the occurrences where the space between a bold and non-bold word is formatted as bold - i want to change the formatting for that space as non-bold
|
| writing to a document the style properties | 05 Aug 2005 09:53 GMT | 1 |
I want to loop through the styles in a document and write to that document the attributes of each style. I want the output to be a list, but I don't want a fixed format for the list. For example I don't want to have a list item of bold, italics or space before if they aren't ...
|
| Options.DefaultTray not sticking | 05 Aug 2005 08:16 GMT | 1 |
I have a macro in Word that helps users print to the correct printer tray. It is basically this: Sub print_sm(mTray As String, mCopies As Integer) Options.DefaultTray = mTray
|
| Macro security level | 05 Aug 2005 06:15 GMT | 1 |
I have a template, with code, that I need multiple people to run on Word 2000. By default, Word's macro security level is set to high. I know I can make the macro work by chaning the security level. However, I have inherited another template, with code, that runs just find in ...
|
| Help Please | 05 Aug 2005 05:23 GMT | 4 |
I have a Word 2003 Template that I'm trying to complete. The problem that I'm having is this. I have a userform and on this form I have 6 Text Boxes and OK Button and a Cancel button. These boxes by default need to have a value of 0
|
| Saving & Restoring Form Information | 05 Aug 2005 00:03 GMT | 6 |
Is there any way to save the user input so that next time a user runs the app it pops up with the information they entered last time in all the fields??? Thanks, Axe
|
| Thanks Doug | 04 Aug 2005 22:30 GMT | 1 |
I know I'm old but I look in word.vba.beginners and could not find what I'm looking for. Maybe you could help me put my finger on it. Thanks Again Doug Nick
|
| Protect is Grayed Out | 04 Aug 2005 18:56 GMT | 1 |
Help! I don't know if this is Spellcheck macro related, but here is my problem. While creating a form with the Spellcheck macro attached, I decided to test a formfield so I protected the form to see how entered data would appear. When I went back to unprotect, Unprotect was not
|
| word page count | 04 Aug 2005 18:07 GMT | 2 |
hi, g'd morning. does anyone has any idea how to get the page count of a word doc. in vba for office 2003? given an obj to the doc. thanks,
|
| Delete text of bookmark? | 04 Aug 2005 14:42 GMT | 4 |
I can add text to a bookmark, but for some reason I can't delete it or overwrite with "". I'm using ActiveDocument.Bookmarks("LeftOffHere").Select ActiveDocument.Bookmarks("LeftOffHere").Range.Text = ""
|