| Thread | Last Post | Replies |
|
| Formatting caption to match the previous paragraph | 16 Sep 2005 15:12 GMT | 2 |
I would appreciate some help in coding a macro that finds each instance of a caption style in a document and sets the caption to the same left indent value as its preceding paragraph. My Caption style is called ARTableCaption
|
| Qusetion about "On print event" in VBA of MS Word! | 16 Sep 2005 14:13 GMT | 3 |
Does anyone know which "Event" I can use for programming in VBA of Word when print a document. The situation is I want to create a new Word-Template with a couple of check boxes. At moment that I want to print this document, what I want is depend on
|
| How can my cd rom automatically open a word document | 16 Sep 2005 13:45 GMT | 6 |
I would like to enter a CD-rom I burn containing word documents to automatically open a specific word file the next time I place the disk in my CD-ROM drive. How can I make this happen.
|
| Hot to put whjole text into a string? | 16 Sep 2005 11:40 GMT | 1 |
If I select the whole document and I write: a$ = selection.text I will NOT have the whole document into the variable, but just the FIRST PARAGRAPH!!!
|
| Word X "unexpectedly quits" while running a macro | 16 Sep 2005 05:34 GMT | 1 |
I'm having a problem withina Word macro while trying to open an Excel workbook. Oh yeah, and this is running on OS X 10.4 with Word X and Excel X. Here is the code, which I "borrowed":
|
| Insert Text From Opened Access Form | 16 Sep 2005 05:31 GMT | 1 |
As .body is a property in Outlook, is there a similar one for a standard Word document? Can an already-opened Word document's main body be referenced? I have successfully migrated an already-opened Access form field into an Outlook email message body by using a .body = ...
|
| Send Email to Different Groups of people | 16 Sep 2005 05:27 GMT | 1 |
Please can explain how to do the following: I wish to send either of 2 documents to either any or all of 3 categories of people. I have used checkboxes for the categories of people whereby I can choose who to send to. And I have used two option
|
| call sub at goto label position | 15 Sep 2005 22:31 GMT | 2 |
I have a sub (test1) with a goto label (gotHere). If I call that sub from another sub, is there any way to call that sub, and go directly to the label? Like, in the following example, if I want to be at the "gotHere" label in test1, when I call test1 from test2, how would I do ...
|
| Find and Replace in 2000 | 15 Sep 2005 22:09 GMT | 1 |
I have a macro that finds certain values and replaces them with bold versions of the values. The macro works fine in Word 2003, but fails in Word 2000 even though the macro was made in Word 2000. Is there a problem with the find and replace functionality in Word 2000? How do I ...
|
| Update TOC | 15 Sep 2005 19:09 GMT | 12 |
Sub Macro1() ActiveDocument.TablesOfContents(1).UpdatePageNumbers End Sub Macro 1 updates the page numbers of a TOC and leaves the descriptive text
|
| Scroll a Word doc programmatically | 15 Sep 2005 18:12 GMT | 11 |
I'd like to have a Word doc scrolled to a desired location when user opens it. How can this be done programmatically? Thanks very much for your help.
|
| Macro Help | 15 Sep 2005 15:27 GMT | 1 |
Hi, I have a macro setup to print to certain printer. After I run the macro it sets that printer as default. Is it possible to run the macro and not have word retain this printer as default. This is the part I think sets the printer as default:
|
| Add an Excel Range into Word | 15 Sep 2005 14:41 GMT | 2 |
I try to keep it simple. By using VBA, I try to link a Range within Excel ("MyRange") into a Text box ("MyTextbox") in Word. I currently use 2003. I am using: "InlineShapes.AddOLEObject" method, but it does not seem to work.
|
| How do I use VBS in a form? | 15 Sep 2005 14:07 GMT | 7 |
I know virtually nothing about VBS. I am making a form for contracts, and I want numbers with decimals to round up. But where and how do I insert the VBS code to get the numbers in a field to round up?
|
| Assing shortcut to macro using VBA | 15 Sep 2005 13:42 GMT | 2 |
How do I setup a shortcut to a macro uisng VBA using Office '97. Regards Bo Rasmussen
|