| Thread | Last Post | Replies |
|
| Problem Searching Range Object | 25 Dec 2004 10:00 GMT | 7 |
At the outset let me say that I'm trying to do this project after familiarizing myself with the word object model. In a nutshell, I'm opening a document, storing text in a variable and opening another document to search for that same text. My problem is my search fails even though I ...
|
| Adding textboxes runtime and controlling KeyDown Event | 25 Dec 2004 04:57 GMT | 3 |
Hii everybody, I want to add a new Textbox to my Userform runtime.If the user press teh Enter Key on this runtime added Textbox then I want to add another Textbox below the last want. And again on Enter Key I want to do that all again.
|
| Changing Pages on Multipage | 25 Dec 2004 02:27 GMT | 1 |
I have a data entry form in word with a multipage. If the user moves away from the tab, I run a check to see if the data is correct. If it isn't I display a message telliing them what is wrong and move back to the last tab.
|
| Query related to smart documents | 25 Dec 2004 02:18 GMT | 1 |
While creating a smart document in Word 2003,The Word document seems to load the XML Schema manifest but does not display the Document Action Pane after loading the schema and the manifest.I have not been able to pinpoint the cause of this .Could you please suggest
|
| Reset number via menu button | 25 Dec 2004 02:18 GMT | 1 |
Hi there I'm trying to set up a simple menu button which restarts the numbering in a list without destroying the current style. I have a bit of code which restarts the number list (see below) but
|
| listparagraph | 25 Dec 2004 02:18 GMT | 1 |
Two questions. 1) How do I go to the first numbered paragraph on the page? 2) When I'm on a numbered paragraph, how do I get which paragraph number it is? For example, ListParagrapgh.Count will give me the total number of list
|
| can't attach doc. to a protected template | 25 Dec 2004 02:13 GMT | 1 |
g'd morning. in xp for word, we want to attach a doc to a new template. but, we got "can't attach doc. to a protected template". does anyone has any idea? thank you, william. :O)
|
| Office Word 2003 crashes Pc | 25 Dec 2004 00:53 GMT | 1 |
Mr Gates, put your wealth into your OS or I go to Mr. Jobs products . supply user self dignostic tools within windows OS. your "mtinst" ram test found no errors and offered no further assistance your latest office products still crash and only offer this one option.
|
| vba automation to word 2003 (controlling application Access 2003/2000); sample code? | 25 Dec 2004 00:50 GMT | 1 |
I have an issue doing a simple mailmerge from Access; while using a query. (either by using ODBC or ole datasource) The code I use basically just let's word start a mailmerge document and merge the document
|
| Page Number | 25 Dec 2004 00:22 GMT | 1 |
How can I find out what page I am on?
|
| inserting text in a template bookmark | 24 Dec 2004 15:57 GMT | 3 |
I have a template with bookmarks. In a vb macro I replace the bookmark with text. I need to know a good technique for doing this. 1. when I use 'times new roman' which is a variable width font counting characters in the bookmark & inserting text has its problem
|
| Being asked to Save Template | 24 Dec 2004 15:55 GMT | 3 |
I'm creating a new document from a template. The template has a single mailmerge field in it. When I close the document I'm being asked if I want to save changes to the template.
|
| setting content of bookmark | 24 Dec 2004 15:11 GMT | 10 |
I use the following code to set text of a bookmark: Set range = docNew.Bookmarks("PubMonth").range range.Text = "Dezember" This works "on the page" but not in header or footer!
|
| One Last Question ( I promise ) | 24 Dec 2004 12:28 GMT | 2 |
On a user form, how can I trap the close X in the top right hand corner to prevent it from closing unless I have processed my validation function ?
 Signature OHM ( Terry Burns ) * Use the following to email me *
|
| Saving entries in forms | 24 Dec 2004 11:19 GMT | 1 |
Thanks for the help on my previous post folks, one more question though, i have a form (within my template) which is used to enter details in to the header of the document, does anyone have any idea of how make the form
|