| Thread | Last Post | Replies |
|
| Simple Printing Macros won't work | 16 Feb 2005 19:35 GMT | 4 |
I'm working with Word 2003 and have created several form templates. My client also needs to print on colour paper, white and letterhead for the same document. Because a form is protected, the page layout option is disabled so the only way to print and change paper trays is to:
|
| hot linked index entries | 16 Feb 2005 19:24 GMT | 1 |
Does anyone know of a way to convert Word indexes to contain hot linkable page numbers, in the same way that the TOC does? I would like these links to carry over to the pdf version as well. TIA
|
| VBA Printing Issue | 16 Feb 2005 18:13 GMT | 3 |
I'll try to be brief... I have a small VBA program that divides a print job into several "chunks". Example: 10 Page Document: Print pages 1-3 Stapled and three-hole punched
|
| pdf's | 16 Feb 2005 18:09 GMT | 1 |
Is there a way to have hyperlinks included in your pdf when you save from a word doc to a pdf so that when you open the pdf you can click on the graphic or text and it will take you to the link? Also, is there a way to select text within word and then designate that spot to take ...
|
| Repeat loop until end of document | 16 Feb 2005 17:32 GMT | 1 |
I'm trying to build a macro in Word that repeatedly performs a find action for a particular word (e.g. "assignment") and then performs another action afterward (e.g. adds an "s" at the end of the word "assignment"). The problems I'm having are 1) repeating the find action and 2) ...
|
| Error 5946 in automating word | 16 Feb 2005 14:37 GMT | 1 |
I try to automate WordXP from AccessXP (german version). Most works fine, but when try to assign a style to a paragraph I get the error 5946: 'NameLocal' is not a reference property. (in german: 'NameProperty' ist
|
| How do I edit an existing template with macros? | 16 Feb 2005 14:27 GMT | 1 |
I have an MS Word template, that uses fields to import items (names, addresses, tax year ends) from a Pertax database, but I need to edit it. I can change layout and text, but am struggling to set the fields. Help on Word isn't detailed enough...
|
| Templates and digital certificate | 16 Feb 2005 14:26 GMT | 2 |
We're using templates in Word 2000 stored on our network for access by the entire company. Because there are macros in the templates, I created a digital signature, then a process to "train" each computer to accept it as a
|
| How can I list properties by VBA? | 16 Feb 2005 14:20 GMT | 3 |
What would be the method to do this: For each aProperty in myDocument.myTable debug.print aProperty next aProperty
|
| TOC Text Filtering... | 16 Feb 2005 13:01 GMT | 4 |
Is it possible to filter special characters from the TOC, LOF, etc? We have special codes that are embedded into headers, figure captions ,etc to indicate security levels of the item. These are autotext items with embedded fields used to do auto page classification levels. In ...
|
| Word 2003 Control Toolbox | 16 Feb 2005 03:19 GMT | 4 |
I have created projects in VBA that contain userforms and modules that contain procedures that are stored in separate templates from the Normal.dot template. When I have created documents based on these templates and try to run macros or procedures stored in these templates, the ...
|
| Populate a Word table from cells in an Excel Spreadsheet | 16 Feb 2005 00:59 GMT | 1 |
I need to write a Word VBA program than opens an excel spreadsheet and uses a range of cells to populate a table in the Word document. I have experience with Word VBA, but I do not know how to get information from a spreadsheet. Can someone point me in the right direction?
|
| "Insert" button | 16 Feb 2005 00:01 GMT | 3 |
I'm currently building a template, in which I'd like to create a macro to insert a block of formatted text automatically by clicking on a button. Here's what i want to do : 'File No. X Client name ABC
|
| adding a button | 15 Feb 2005 21:50 GMT | 1 |
i want to add a button to microsoft word on the toolbar which will activate and deactivate a spell and grammar check.how would i do this? an even bigger dilemma i have is that i have a perl module with a spell and grammar check for a minority language in it and i want to integrate ...
|
| Word to SQL 2000 Connection Problem | 15 Feb 2005 21:07 GMT | 3 |
Hi experts. I'm having problems with Word 2003 connecting to our MS-SQL 2000 servers. In the first "with con" statement, it works fine if I hard code the information. However if I try to use variables to build the connection, I get "Run Time Error -2147217843 (80040e4d) ...
|