| Thread | Last Post | Replies |
|
| Protecting the document | 06 May 2006 00:29 GMT | 3 |
I am trying to make a word document protected so that the end user can only print it. In the end the user should not be able to change, copy or save as the document. I have thought of pasting the whole document as a picture and protecting it
|
| { INCLUDEPICTURE } Signatures - Formatting Black & White | 05 May 2006 22:33 GMT | 2 |
I am setting up a Microsoft Word Merge, and including images of signatures (jpg or bmp) as part of the process. I successfully use the INCLUDEPICTURE tag and the images show in my result. Although this is really great - it is useless for my purposes of printing on letterhead,
|
| About word2003 | 05 May 2006 20:45 GMT | 2 |
I have an application using visual basic.net y word 2003 This application generates several pages. I need that always show the first page when this document is generate. Please, can you help me with some code??
|
| Clear All Form Fields? | 05 May 2006 20:24 GMT | 4 |
Is it possible to assign vba to a commandbutton_click that would clear form fields in a word document? I have a word doc with many form fields, and I would like to have a button that, when clicked, would clear just the form fields that have
|
| Word hands on selection.MoveEndWhile with comments | 05 May 2006 20:21 GMT | 4 |
Happened with Word 2003. Create the following Word document AAA<p> <p>
|
| VBA Form in Word | 05 May 2006 16:21 GMT | 2 |
Hey All, I am trying to figure out how to create a form, such as an application, and when you enter your name in the first field on exit it would populate your name to the other fields in the document where you would have to type your
|
| Devorak support on Word is shaky | 05 May 2006 14:38 GMT | 2 |
I think Microsoft should intergrate its language settings in Windows better with Word. To prevent further injury from carpel tunnel syndrome, I am learning dvorak, and I've set my computer to accept dvorak input, but if I'm typing a documetn in Word and click somewhere else on ...
|
| Reading textfile | 05 May 2006 14:28 GMT | 1 |
How can i read with vba the content of multiple textfiles into a word document. The structure is: C:\Test\1.txt C:\Test\2.txt
|
| AddAddress only to Personal addressbook? | 05 May 2006 14:24 GMT | 3 |
I'm still confused about the AddAddress method. Using it with Office 2003 under Windows XP, I can add addresses to the Personal Addressbook. Is that the only target available? /BosseH
|
| Bulleted lists with Word VBS | 05 May 2006 14:08 GMT | 1 |
Does anyone know how to create a bulleted list using Word 2000 VBA (XP Pro SP2)? I have tried, but the VBA I've written seems to want to only bullet every alternate item. The broad format of the document I want is: - 423 Clients were surveyed
|
| Creating and updating graphs in Word | 05 May 2006 14:08 GMT | 3 |
I am building an Office 2000 automation application under XP Pro (2), where an MS Access Database, Excel and Word work together. This question is related to the MS Word component. I can't work out how to get an embedded graph in Word to automatically update when the underlying ...
|
| find text in table and insert page break | 05 May 2006 13:39 GMT | 3 |
I have a table that extends over multiple pages. I would like to search for certain text, which is only found in the first column. Once this text is found I would like to insert a page break about the row
|
| Comparing two documents | 05 May 2006 13:38 GMT | 1 |
I found a post here that talks about comparing two pictures... is it possible to compare the (whole) documents with each other? Thanks, Ozgur
|
| Form Fields has On Exit Macro that goes to a Bookmark | 05 May 2006 13:08 GMT | 10 |
I have a form field that has an On Exit maco that changes the status bar text then goes to a pre-defined bookmark. The Status Bar part works OK, however, the cursor doesn't move to the bookmark.
|
| How to count the Childnodes of one specific node in XML file using VBA | 05 May 2006 12:28 GMT | 4 |
In order to judge the quantity of tables in one section of word document, I need to count the childnodes of one specific node in one XML file first. Here is an XML file sample. <?xml version="1.0"?>
|