| Thread | Last Post | Replies |
|
| Sum calculation | 17 Jan 2006 17:13 GMT | 1 |
I am using Word 2000, and I have a protected document that I use as a cheque requisition form. I would like the total box at the bottom to auto sum the amounts being entered in the boxes above without having to right click on it, and click on 'Update Field'. It always used to ...
|
| Document Properties - vbscript | 17 Jan 2006 15:11 GMT | 3 |
Looking for a way to read document properties for a Word Document. In particular I want to be able to read the "revision number"
 Signature .
|
| Form to select textblock for printing | 17 Jan 2006 14:04 GMT | 2 |
I like to create an online form that allows me to enter Text into some fields and select some checkboxes. When I print, only the text associated with the checked checkboxes is supposed to print, but not the checkboxes. This is how the document template (form) should look like ...
|
| Form Automation | 17 Jan 2006 13:00 GMT | 1 |
I am tring to create a form that will check or uncheck a box next to a signature line to indicate if the signature is required or not. I have several fields that are calculated. The best I can do is using another field with a formula in it like
|
| Sequential word parsing | 17 Jan 2006 09:23 GMT | 1 |
I just want to transform Word document to a text. I need to pickup all words and recognize all objects for proper layout. Let's say I have on a page a mixture of paragraphs, tables,lists. No nesting. After getting a Range for this page how can I parse this
|
| inheritence | 17 Jan 2006 09:23 GMT | 1 |
Hey guys.. I have been working on this for about 4 hours and got nowhere.. How can I stop word tables from inheriting previous styles set... Fopr Example I set a proeprty SpaceBefore from a range object for a cell to
|
| Auto-generating Linking from Excel to Word | 17 Jan 2006 09:17 GMT | 1 |
reference Greetings - We're using Office 2003 tool suite. We have two docs, one Excel and one Word, that we'd like to allow the user to navigate between via hyperlinks. Example, a column in Excel references various paragraphs in the Word documents. We'd like the user to be able ...
|
| Menu Explorer hyperlinks | 17 Jan 2006 09:17 GMT | 1 |
At home, changing directories is not very complicated because I have few directories and subdirectories that I use at any one time. At work, however, I work on a local area network and must share many different directories and subdirectories, frequently jumping from one to
|
| PDF with CutePDF | 17 Jan 2006 09:17 GMT | 1 |
I want to create a PDF file using the free version of CutePDF. I'm using the following: Documents.Application.ActivePrinter = "CutePDF Writer" myDoc.PrintOut False, , , "out.pdf", , , , , , , True
|
| Word Document Fields, linked to SharePoint Document Library fields | 17 Jan 2006 09:11 GMT | 1 |
I have one problem with Word Document and a SharePoint Document Library. I have several aditional fields in SP Document Library, and I want to edit them in the word document. How do I link them? I can edit them on Save, in the properities dialog box, but I want to have them as a ...
|
| Closing Word, and what happens afterwards | 17 Jan 2006 09:11 GMT | 1 |
I have noticed recently (and I don't think it was the case before, but I could be wrong), that when I close Word, (even after simply opening Word and closing it again immediately without opening any document), Word closes immediately, but the cursor has an hourglass attached to it
|
| Conceptual Issue OLE and SQL Server | 17 Jan 2006 09:05 GMT | 1 |
Can someone comment on the following. I would like to pull binary data from SQL Server and use it to create Word objects in memory. The column binary data is Word documents but I do not want to write files to disk in order to use the data.
|
| How to copy pictures in Excel and paste them under a Word bookmark | 17 Jan 2006 09:00 GMT | 5 |
I have to implement a Word VBA which can copy pictures from MS Excel 2000 and then paste them under a Word bookmark. I know how to copy a picture in MS Excel Worksheet to the clipboard and then paste it under a Word bookmark. My code is as below:
|
| how to digitally sign XML documents step by step | 17 Jan 2006 09:00 GMT | 3 |
Hi I would like to digitally sign the XML documents I am producing from word . Has anyone of you relevant knowledge to guide me step by step ? Any help mostly appreciated
|
| Problem positioning floating shapes in Word 2002 | 17 Jan 2006 08:54 GMT | 3 |
Here's my second problem. The following code shows how I would like to vertically position my image. Set shpVersal = ActiveDocument.Shapes.AddPicture _
|