| Thread | Last Post | Replies |
|
| How to replace an image in the header | 31 Oct 2007 22:59 GMT | 2 |
I have a ms word 2003 document. I inserted an image into the header of the document using Insert->Picture->From File. I want to replace the image when the document is opened. When the document is opened, it runs a macro which should find the image and
|
| COM Addin/Template Issue in Word 2003 | 31 Oct 2007 21:06 GMT | 4 |
I'm having an issue trying to get a COM Addin created with VB 6 to work properly. I have a COM DLL Referenced in a Word 2003 template. I open Word and go to File...New to open this template then look at the VBE code windows and the
|
| Checking for file type programmatically | 31 Oct 2007 19:29 GMT | 2 |
I have a program that looks for RTF files. Sometimes though it throws and error because someone just renamed there file from a .doc to a .rtf. I need to make sure that the file type is Rich Text, not just count on the file extension. Is there a VBA line for this? I thought ...
|
| HDI: retain envelope format settings? | 31 Oct 2007 17:36 GMT | 4 |
I accidently posted this under forms. sorry. How do I retain envelope format settings? I'm having trouble retaining my envelope format settings. When I run the macro it does not retain the formating from the ('set the envelope style)
|
| Macro Speed for large indexes of ActiveDocument.Paragraphs | 31 Oct 2007 16:22 GMT | 2 |
I have a macro that is doing some indenting. Depending on the previous paragraphs text, I may or may not have to indent all that paragraphs children. The problem am having is that my document has about 5000 paragraphs,
|
| Cascading List Boxes | 31 Oct 2007 14:38 GMT | 6 |
Word 2003 VBA problem regarding Cascading List Boxes: The sub userform data will not display in the Word document. There seems to be some code missing. The userform allows you to select from the cascading list boxes, however, once the command button "OK" is selected to send ...
|
| digital signature suggestions. | 31 Oct 2007 14:04 GMT | 2 |
I've created several forms w/ vba code and have distributed them to a client. Would having a digital signature help them...especially if they have their security setting at medium or high? What are the benefits? What company do you use? It amazes me how expensive they are!
|
| 'Document 1', 'Document 2', etc. | 31 Oct 2007 13:07 GMT | 2 |
Is there any way to access the code that controls the automatic document naming (numbering) functions of Word when a new (blank) document is added? I want to be able to 'reuse' a previous number, but everytime a new document is added (even when a previous document is not saved or ...
|
| Macros and Watermarks | 31 Oct 2007 11:08 GMT | 1 |
I am doing a Macro to bring in a watermark to a document. When I run the macro it brings up to questions to fill in the header details and them puts the watermark in twice. Does anyone know how to make this work?
|
| How to retrive "last ten authors" using office 2007? | 31 Oct 2007 07:25 GMT | 1 |
Is there any way to retrive the "Last ten authors" property of word document using office 2007?
|
| using two fonts in the same text | 31 Oct 2007 00:38 GMT | 1 |
Hi Dear, I would like to know if it is allowed to insert my "home- made" symbols into a font belonging to Microsoft or to any other company without the need of a consent from them, this is to write a book (like a story book) using
|
| Organizer copy in vba- temp location? Word2007 | 30 Oct 2007 23:16 GMT | 4 |
I am trying to copy styles from a template to whatever the active doc is. Here is my code that has worked in past versions of Word: MyDocName = ActiveDocument.FullName With Application
|
| How do I tell if text fits into a fixed-width table cell w/o wrapp | 30 Oct 2007 23:14 GMT | 2 |
I'm writing a macro to put a set of paragraphs (answer choices to a test question) into a table. The idea is to reduce page count, so instead of listing the answer choices a, b, c, and d on their own lines, they'll appear in a two-row, two-column table that takes up less space.
|
| clear selection | 30 Oct 2007 21:05 GMT | 2 |
Could someone please help with the code on how to clear the current selection. Not delete the contents, simply un-highlight what is currently selected. Thanks
|
| Is there an 'address' object? | 30 Oct 2007 19:18 GMT | 1 |
Word has the ability to find an address and use it with it's envelope/label tool. Is there an acessable object that does this? i.e. Dim MyAddress
|