| Thread | Last Post | Replies |
|
| How do I catch the X button on a user form | 22 Jul 2004 14:34 GMT | 4 |
I have a user form that is designed to ensure that docs started from a specific template always have a current Outlook appointment item associated with them. I do this by having code in Document_Close and checking that a calendar item exists. If it doesn't, or is out of date,
|
| bookmarks | 22 Jul 2004 12:20 GMT | 1 |
I'm trying to insert bookmarks into a template footer via a drop list of office region when the template opens(e.g Virginia would a have an address, fax, street etc. in the footer). Is this possible in Word 2000. I can get the bookmarks to appear in the body of document with no ...
|
| How to Get Page No. and Row No. from Macro | 22 Jul 2004 10:45 GMT | 1 |
Hi How can I get Page No. of document and Row No. of a table where my cursor is present inside table. and How can I go back to the same location (same cell) using macro.
|
| edit bookmark in protected document | 22 Jul 2004 09:45 GMT | 2 |
I have created a template with checkboxes to let users decide which bookmark they want to see and which not. Is it possible to let the users edit the bookmarks while the rest of the document is protected?
|
| VERSION CONTROL MACRO | 22 Jul 2004 08:55 GMT | 3 |
I would like to write a macro to use version control. I do not want to use the built-in version control in Microsoft. Any ideas as to where to start? I thought of having a pop up box to prompt
|
| Using a Word VB script to save as TXT with HTML extension | 22 Jul 2004 05:51 GMT | 3 |
OK, here's the issue: I'm working on a project, and I'm using Word to set up the HTML. That is, each Word doc has the HTML code necessary for the page. I'm using color coding for certain sections and graying out portions of code
|
| Text alignment in a table cell | 22 Jul 2004 05:13 GMT | 1 |
I set the horizontal alignment of text in a cell by using: objTable.Cell(j, i).Range.ParagraphFormat.Alignment = wdAlignParagraphRight. How can I set the vertical alignment to "center".
|
| Setting Font and size for a table cell | 22 Jul 2004 03:02 GMT | 1 |
I have a VBA macro which creates a word table. I would like to select certain cells in that table and specify the font & size for that text. How can I do that?
|
| Open Document | 21 Jul 2004 23:38 GMT | 1 |
Hi, I am trying to create a macro that will open a document - it needs to prompt the user for a filename (we use numbers), plus there are 4 "0's in front of each filename and I don't want them to have to type this. So
|
| Execute macro on File Save or File Save As | 21 Jul 2004 21:36 GMT | 1 |
Is there anyway to cause a macro to fire when the user executes a "File Save" or a "File Save As" command? Something similar to the AutoClose macro, but for FileSave? If not, is there an easy way for me to create my own File
|
| printing vba code | 21 Jul 2004 21:33 GMT | 1 |
I would like to print all the code from a Word template, and maintain the tabs, line ends, etc. I want to print to paper that is punched for 3-hole notebook, so I need to be able to set margins, etc. I've tried saving as pdf and
|
| Duplex printing problems. | 21 Jul 2004 21:15 GMT | 2 |
Hi, I have a client who wants a farily straightforward, push-a-button way of merging data with a form, then printing the form in a duplex manner. Since there is no automated way of doing this in Word, I am using the
|
| Embedding variable Objects in a locked form | 21 Jul 2004 20:33 GMT | 4 |
I would like to be able to embed Objects (Word, Excel, etc.)or screen shots into a Word form to describe situational problems. When the form is locked, this is not possible. If the form is Unlocked, the Object or
|
| Modifying Printing Routine | 21 Jul 2004 19:55 GMT | 2 |
Hey all we're finally migrating from Win98 to Win2k. However, during a test-run it turned out that parts of our files need to be modified. The problem now is a printing routine. Under Win98, we could just use
|
| VBA to Boldface Column of Table? | 21 Jul 2004 18:39 GMT | 4 |
The Word 2000 object model does not seem to support boldface of a table column although it does support boldfacing a table row. Has this been improved in Word 2003?
|