| Thread | Last Post | Replies |
|
| AutoText entries macro | 10 Mar 2007 21:57 GMT | 13 |
Hi. I have 100 words I need to enter in the AutoText database in Word 2003. Can I create a macro instead of entering one by one in the database. I have a macro that i'm using for AutoCorrect (see code below). Can I do something like this for the AutoText?
|
| Code to bypass question of updating wordfile | 10 Mar 2007 21:11 GMT | 1 |
I'm using a vba code to open documents, changing the path to attached template, and then save and close. This is the last part of the code, with no parameters or settings: objDoc.Save
|
| possible to extract doc variable without opening document? | 10 Mar 2007 18:53 GMT | 3 |
hello, i did some search in this group and google, seems with Dsofile.dll the document properties and custom document properties can be accessed without opening the word document, how about doc variables? thanks. - kelie
|
| CHECKBOX HELP | 10 Mar 2007 17:29 GMT | 10 |
I need some help with a form. The form is a shopping list type thing where the user ticks checkboxes. What I need is if the user ticks the check box I need a field filled with a preset value. Like this
|
| How to PUT BACK "Getting Started" | 10 Mar 2007 15:13 GMT | 1 |
I use Microsoft Small Business 2000, I know most people want to get ride of the Task Pane "Getting Started", but I would like to restore this, as I find it useful to mail-merge with an old Microsoft Works database. Can you help?
|
| Forms | 10 Mar 2007 09:31 GMT | 1 |
I've created a form for a registration which has 5 sections and is 3 pages. I've added a 4th page which has a section with 4 questions that the user must ask the candidate and cannot skip. But I do not want that page to appear in the middle of the form.
|
| How to get the current page number? | 10 Mar 2007 02:04 GMT | 1 |
Hello, friends, Probably this is a trivial question: How to get the current page number of an open document using Microsoft.Office.Interop.Word?
|
| VBA (from Excel) trying to manipulate bookmarks- want to retain empty bookmark(s) | 09 Mar 2007 22:00 GMT | 6 |
I'm using code (below) to access a Word file from Excel. My goal is to use information from Excel to delete unnecessary sections of a word document (via bookmarks), then save that Word document under a new name. The problem is somehow related to the section where I am ...
|
| Template Form fill using check boxes in word | 09 Mar 2007 21:43 GMT | 11 |
I used a piece of code for automaticly filling in a document through a user form. I now need the code to fill in form check boxes on my document. Can I access these through code? If so, how? sample code:
|
| AutoOpen not Executing When Document Macros Disabled | 09 Mar 2007 21:30 GMT | 5 |
If I answer Enable Macros when opening a document containing macros then both Normal.dot.NewMacros.AutoOpen and then opening document AttachedTemplate.ThisDocument.Document_Open execute. If I answer Disable Macros when opening a document containing macros
|
| Macro shortcut keys? | 09 Mar 2007 18:58 GMT | 2 |
Does anyone know of any known problems with assigning a shortcut key to a button (macro)? I have tried unsuccessfully to do this, but have done it many times in the past with no problem. I changed the shortcut key several times to no avail.
|
| Hide or collapse section | 09 Mar 2007 18:55 GMT | 3 |
I have a form with about 8 sections. Not all section may be used at once so in order not to see it or print it, could I hide it or collapse it until it needs to be used then have the user click on it to open? Example: Thee are three (3) setions for Collateral. Section one is for ...
|
| Table Macro | 09 Mar 2007 15:26 GMT | 1 |
This may be asking too much but here goes I need a macro to insert a Paragraph Mark at the end of each table cell I have tried looking for examples of code but so far no luck Thanks
|
| Remove certain bookmarks | 09 Mar 2007 14:51 GMT | 3 |
I have many documents containing lots of bookmarks. Many of these bookmarks are no longer required and I want to remove all bookmarks with names that contain "_LINK". Is this something that can be done or is this going to be a long day??
|
| Adding control to the document and focus | 09 Mar 2007 13:23 GMT | 2 |
I dynamically add a control to the active document with "this.Controls.AddControl " which is triggered by the text the user types. After the control appears, the next letter the user types overwrites it with their text.
|