| Thread | Last Post | Replies |
|
| 2-page letter repeats 1st page in 2nd page header | 29 Mar 2005 19:24 GMT | 2 |
I have a large app in Word that calls a letterhead template file to apply letterhead on the 1st page. Once I finally got that working, a new problem cropped up. When the letter is longer than one page, I have some code (shown below) for applying certain information in the header on ...
|
| AutoClose Macro to Remind User to Update Modification Date | 29 Mar 2005 19:20 GMT | 9 |
I have several documents that need to have a modification date updated within the document when substantial changes are made. I've considered using field codes, but the only problem is that the documents sometimes need to be editted to fix formatting errors and they aren't ...
|
| Convert this vb code to C# | 29 Mar 2005 18:44 GMT | 1 |
Plz Anyone Convert this VB code to C# Equivalent Here Application is MS Word. With Application .Visible = True
|
| View Markup in Template Offspring - How to turn it off? | 29 Mar 2005 15:43 GMT | 2 |
I have searched hi and low and read several threads and articles about Word's newest "feature" (the one that will finally cause me to say FrameMaker is better, BTW). I understand how to turn off markup in my document but I cannot seem to turn it off when someone creates a ...
|
| LockAspectRatio not working? | 29 Mar 2005 14:49 GMT | 1 |
I'm trying to set either the height or width of a photo pasted into a Word 2000 document using Selection.InlineShapes(1).LockAspectRatio = True Selection.InlineShapes(1).Height = att ' for height
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial March posting | 29 Mar 2005 14:47 GMT | 4 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| Test whether a paragraph is bulleted | 29 Mar 2005 11:06 GMT | 2 |
I'm wondering what's the best way to test whether a paragraph is bulleted or not, independently of its style. Could someone help me out? Thanks in advance.
|
| Do not show Save As dialog box | 29 Mar 2005 08:55 GMT | 1 |
I have the vba that can activate the Save As dialog box, but how can i hide from the user that the dialog box is not shown and it automatically save the file in the specified location which i have done in vba. please advise.
|
| Automatically fill in phone number based on person chosen in dropdown box | 29 Mar 2005 08:42 GMT | 2 |
Hi. I am creating form templates for an office, where individuals can choose who the letter will be signed by. I would like to have the form automatically fill-in that person's phone number based on the selection of the person in the formdropdown box. Does anyone have a simple ...
|
| Class Terminate event fires when adding a Reference to a project | 29 Mar 2005 06:10 GMT | 2 |
Is it documented that the Class Terminate event fires when adding a Reference to a project from code within the class?
 Signature http://www.standards.com/; See Howard Kaikow's web site.
|
| Form Dropdown box with "Other" option | 29 Mar 2005 05:14 GMT | 1 |
I would like to create a drop down box in a form that provides for the most common responses, but allows the user to also select "Other." If "other" is selected, I would like the word "Other" NOT to appear, but to allow the user to fill in the text in the form.
|
| Figure Source | 29 Mar 2005 04:16 GMT | 2 |
Does anybody know how I can get the source file name of an image (inlineshape)? I mean, if I insert a picture into my document using Insert - Picture - From File, I need to know (programatically) how to retrieve the filename of the picture. I've tried going through the properties, ...
|
| Inserting a printer escape code during merge. | 29 Mar 2005 03:16 GMT | 1 |
IIRC WordPerfect had this super powerful feature to allow you to inject byte-for-byte values into the print stream. All the rope you need to hang yourself, but man, you could do some great things with this. In my case WORD is producing bogus POSTNET codes, and
|
| selecting from cursor to end of line | 28 Mar 2005 21:47 GMT | 1 |
What programming methods would I use to select from the current position of the cursor to the end of a line within a cell?
|
| How many characters per line in a cell within a table? | 28 Mar 2005 21:41 GMT | 3 |
Is there a way to programmatically tell how many characters per line are in a cell within a table? By the way I am using a non-proportional font.
|