| Thread | Last Post | Replies |
|
| Pasting markup (HTML) text into a document programmatically | 31 Aug 2005 23:20 GMT | 1 |
We have a C#/Word interop program that creates and populates word documents. I want to extend this so that the word document can have bold, underline, italic etc. The text that we paste into our documents is fed from a database.
|
| w2g and 1099 word templates | 31 Aug 2005 21:49 GMT | 1 |
same as above ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I
|
| copy & pasting text but keeping format | 31 Aug 2005 21:16 GMT | 2 |
I need to concatenate the contents of multiple documents into a singe document. I used VB 6 but am using a word document object. I have most of this working but I am having trouble keeping the formatting of the original document when I paste it into the new document. Currently ...
|
| toolbar customization | 31 Aug 2005 20:58 GMT | 2 |
I have added a custom menu-item to the menubar. To this custom menu I have added a number of options that are linked to macro's. The macro's are also linked to a keyboard shortcut. For the Word default menu-items the shortcut is displayed on the right side
|
| Toggle Between Two Values in Protected Form | 31 Aug 2005 20:31 GMT | 6 |
I beleive what I want to do is relatively easy, but I'm still learning VBA and am too tired to think at this point. I have a protected form. On this form, I want a field called "revised." It should toggle between two values: "REVISED" and "" (i.e. nothing).
|
| MailMerge to CheckBoxes? | 31 Aug 2005 20:15 GMT | 4 |
I am working on a document that contains a number of checkboxes and bookmarks, the value/contents of which are dependent upon the value of numerous fields in multipe records in a database. Basically, I want to perform a MailMerge operation, but I need to translate most of the
|
| Office VBA Question | 31 Aug 2005 18:50 GMT | 2 |
I have a directory of document files that I open and do a find and replace. The file names are all capitalized. When I close the document via the Document.Close() method, the file names are saved in lower case. How can I maintain the upper case of the file when I am done ...
|
| Speed of macros reduced to a snail pace | 31 Aug 2005 18:31 GMT | 6 |
I recently asked a question about two docs that use the same .dot as reference to execute macros and install a toolbar. One of the docs works very well while the other one (much longer table) has become unusable due to the speed of execution
|
| How to select a range based on tags | 31 Aug 2005 18:07 GMT | 3 |
I'm trying to code a macro that will look for two character tags (<tag>, </tag>) and format all the text between the tags. I've seen numerous examples of how to specify the start and end of a range but can not figure out how to determine the position of a found string within a ...
|
| Update document when template changes | 31 Aug 2005 17:17 GMT | 1 |
Is it possible to update a document styles, margins, header and footer when the document template changes? Let's say that I'ven created a document based on Template X. Later, the Print Margin changes in Template X. Can I automaticly update the print
|
| Return to original cursor position, efter executing macro? | 31 Aug 2005 16:43 GMT | 6 |
Windows XPP SP2 Office Professional 2003 SP1 Hello, I'm writing documents in 9 different languages. I've Office Proofing Tools 2003, installed for all languages.
|
| FORMS | 31 Aug 2005 16:38 GMT | 6 |
I HAVE MADE A FORM WHICH WILL BE DISTRIBUTED TO OTHER PEOPLE. IS IT POSSIBLE TO ADD A COMMAND TO A FORM THAT WILL SAVE THE FORM BASED UPON THE INFORMATION ENTERED INTO THE FORM.
|
| Controls in a form | 31 Aug 2005 15:44 GMT | 2 |
I currently have a userform that has about 4dozen mixed controls in it in a page Control. At present i have to reference every control like txtName1.value. the controls have not been put onto the form in the way that i want to
|
| How to get string Length in points? | 31 Aug 2005 13:22 GMT | 3 |
I want to set the "columnwidth" of my multi-column "Listbox", and I know I have to set "columnwidth" to a string like "50;60;70" in which all numbers are in "point", But I'm wondering how to calculate the length of a string in points? ANy reply will be greatly appreciated. Thanks ...
|
| Saving document after adding custom property? | 31 Aug 2005 13:14 GMT | 6 |
This is my first dip into VBA, so apologies if the question is trivial. I am wanting to add the same set of custom properties to a large number of documents, and hoped the following code (synthesized from various examples) would work.
|