| Thread | Last Post | Replies |
|
| Compiling body text for an email | 24 Aug 2007 22:00 GMT | 1 |
I'm writing a VBA routine in Access to compile an email message regarding entries in a database. "What's that got to do with Word?" you say? Well, I want to put formatting into the mail so as to make it look more readable. The thing is, I've never programmed anything for
|
| One button click = image inserted into document. | 24 Aug 2007 19:24 GMT | 1 |
I've diddled around but can't find a way to make this happen. It must be simple! I need a button on the menubar that when clicked inserts a single predefined image file at the cursor's current location. I am going to
|
| Duplex Printing Quandry | 24 Aug 2007 18:58 GMT | 3 |
I used Jonathan West's cool stuff mentioned in previous post. My wrinkle is I need to go to a printer that is not my default. However, when I implement West's code, my stuff goes to the right printer, but still doesn't come out duplex. What did I miss? I copied all the code ...
|
| Macro to Replace alle line breaks with <br> | 24 Aug 2007 13:22 GMT | 4 |
i hope someone can help me. I need a macro to find all line breaks in my document and replace it with html-tag <br> and back (from <br> back to line break. Also i want to find every word which font size is bigger than 12 and enclose it with html-tag
|
| Table of Contents: A Heading style on only part of a line | 24 Aug 2007 10:54 GMT | 1 |
In Word 2002, I have a line like: ABC Co. ^t 905-555-1234 where ^t is a tab character obviously. I would like ABC Co. to be in the Table of Contents, but not the phone number. I can manually set
|
| Word Document Creation | 24 Aug 2007 10:33 GMT | 1 |
How i can i create a word document without using word automation library. On my System Microsoft Office is not installed. I request any of you give me a pointer. Thanks in Advance
|
| adobe macro | 24 Aug 2007 08:31 GMT | 5 |
I use to have the following comand in a macro and it worked fine Application.Run MacroName:="CreatePDFAndCloseDoc" now with word03 and adobe8 it does not any suggestions/
|
| How execute this macro to the end of a document? | 24 Aug 2007 07:26 GMT | 2 |
Dear VBA-ists, How can I have the following macro execute until the end of the active document is reached? Th epurpose is to convert all instances of words (and phrases) in all caps to underscore, and then to small caps. Best regards, Shirley Nomey
|
| How to get the value of a cell from a table? | 24 Aug 2007 05:58 GMT | 2 |
There are 3 table in the doc file. They are just pasted from another file. Now I want to change the text in the first cell of each row, but when I want to get the text, I got COMExceptrion from "CurrRow.Cells[0]" which says member needed in the collection is not existed (something ...
|
| FRAMES IN A FORM | 24 Aug 2007 04:35 GMT | 5 |
OS= XP Prof SP2, MS Office 2003 SP2. I have a form with 5 different frames with option buttons. When you select option1 in frame1, then frame1 will be hidden and frame2 will become visible. When you select opion2 in frame1, then frame1 will be
|
| Word document into outlook E-mail | 24 Aug 2007 04:14 GMT | 4 |
I need to get the contents of a Word cocument into the body of an E-mail. I'm using VS 2005 and Word/Outlook 2007. So far I'm using the copy and select to get the data to the clipboard and can get the data from the clipboard into the body of an E-mail. My problem
|
| Loop through fields gets progressively slower | 23 Aug 2007 20:07 GMT | 3 |
I have been trying to speed up a macro I am using to loop through fields. It was taking over 3 hours to run (this on a dual-core E6600 with 2GB ram) so I thought I'd troubleshoot and figure out where the bottlenecks are. I've truncated all the code and left only the loop through ...
|
| Which event for Macro? | 23 Aug 2007 19:54 GMT | 4 |
I am opening word document from another application, then replacing bookmarks and some text. I have a macro AutoOpen which inserts sections and protects sections of the document. The problem is as sson as I open the document, AutoOpen macro fires and
|
| Trying to make a "Clear Form" Macro button on a protected word doc | 23 Aug 2007 19:18 GMT | 2 |
Hi - I would greatly appreciate anyone's expertise on this... I have a word document that users fill out with unique customer information and then print. The document has both text form fields and drop down form fields. The document is protected and the users can tab through all ...
|
| word macro with formular editor | 23 Aug 2007 19:05 GMT | 1 |
I'm wirting a document with a lot of formulars in it. And I'd like that the character size in the formulars is just like the circumfluent text. Usualy once I have created the fomular the character size does not change automatically. So I started to program a word macro
|