| Thread | Last Post | Replies |
|
| Positioning customized CommandBars - | 22 Nov 2004 11:38 GMT | 1 |
This post may make me sound smarter than I am, so go slow boys. How can I get two customized toolbars to share the same row (or perhaps any two toolbars)? For instance, Add-In_#1 loads CB1: CommandBars("CB1").Position = msoBarTop
|
| Bookmarks | 22 Nov 2004 10:34 GMT | 1 |
I have a Word template with Bookmarks that I am populating from Access. In some cases all the bookmarked fields do not contain values, ie: Title or Organization. When these bookmarks are empty Word displays a blank line. Is there any way to suppress the printing of spaces for ...
|
| Altering list box field length | 22 Nov 2004 09:03 GMT | 2 |
I am trying to design a letter that gives the user a drop list box so they can select a phrase to enter into the document. Some of the phrases are out of space in the field limit. Can I change the default field size through code or is there a better way of doing this. I am new to ...
|
| Equation Field (or Equation Editor) | 22 Nov 2004 08:28 GMT | 2 |
I have been trying to programmatically add either an equation field o using the Equation Editor. Problem with the Equation Editor is I have only been able to add tex using "SendKeys" which is not ideal.
|
| Select specific pages for copy | 22 Nov 2004 07:42 GMT | 1 |
How could i select specific pages for copy in a macro ? I know the pagenumber. Using WD2003
|
| Find/Replace stray double-byte (Japanese) chars (English, Word2000 | 22 Nov 2004 06:35 GMT | 5 |
Greetings all, I am trying to build a macro that can efficiently search through a document and highlight (or underline) any characters that are double-byte/fullwidth Japanese. Currently, I am resorting to checking each character of the
|
| Printing macro - list specific printers | 21 Nov 2004 22:29 GMT | 2 |
I have a print macro in Word that has a combo box to list printers for the user's choice. The information for the combo box is set up in a text file that lists all available printers within our firm. Can I set it up so that from each computer only those printers installed on ...
|
| Macro question: "Select text"? | 21 Nov 2004 15:29 GMT | 3 |
Hi. I'm new to using the MS-Word Macro function. (So far, all I've been doing is using "record macro" feature . . . and I have no code programming skills . . . so if you can keep your answer SIMPLE I'd sure appreciate it,guys and gals!)
|
| CD key for WORD 2000 | 21 Nov 2004 14:40 GMT | 1 |
I cannot access my WORD2000, which was installed on my reconditioned P when I bought it last year. I have no jewel case with a code number o it and I get very frustrated when d downloads go staight into the WORD programme and I cannot read them
|
| Find/Replace Total Count | 21 Nov 2004 14:37 GMT | 2 |
How can I get VBA to tell me how many search-and-replaces were made when using the wdReplaceAll option in the Selection.Find.Execute method? When doing a "Replace All" from the Find dialog in Word, it tells me the total. Is there a way to retrieve this info programmatically?
|
| set focus requires open VBE | 21 Nov 2004 12:02 GMT | 8 |
In a userform I do have the follwing: If förstaGången Then With comboInled .SetFocus
|
| Repeat Macro | 21 Nov 2004 06:54 GMT | 4 |
Hello from Steved I have a document where I run the below macro At the moment I run the macro several times How do I have the macro below run without me having
|
| Setting Cursor Position | 21 Nov 2004 01:13 GMT | 1 |
I'm totally new to programming Word and Outlook with VBA, and I have a question. I'm working on a macro that will take a contact and create a FAX document for it with the information from the contact item. This is just a contrived
|
| Create table in word from csv | 20 Nov 2004 12:26 GMT | 1 |
I need to import a csv as a table in a word document with a macro. How can I do this? Can anyone send me a snippet of code? Thanks.
|
| Showing Hourglass using MS Word 2000 macro | 20 Nov 2004 04:39 GMT | 1 |
How can we show Hourglass using MS Word macro. When a user clicks on a Toolbar button on MS Word 2000 app, a macro will be called that will process the word document into some other format. During this processing, I want to display Hourglass. For example, when you save a long ...
|