| Thread | Last Post | Replies |
|
| Word Document Without Macros Displays "You Have Macros" Dialog | 08 Feb 2006 19:57 GMT | 2 |
Hi NG, I have a tool that combines a number of Word Documents into a single document using the InsertFile(file) method. This all seems to work fine, however upon opening the new document, I get the macro security warning
|
| Word Form submit function | 08 Feb 2006 19:49 GMT | 1 |
I have created a form in Word 2003 for publishing on my website. The idea is that me or my colleagues fill this form in hit the submit button and then it e-mails the form and its contents to an e-mail address. I have uploaded it to my server and tested it but when I hit the ...
|
| Syntax error calling MailMerge.OpenDataSource | 08 Feb 2006 18:41 GMT | 4 |
This is the only statement in a macro I've created. If I use only the first parameter (leave off the format parameter, 0), it works fine. If I add the zero, I get a syntax error. What am I doing wrong? ActiveDocument.MailMerge.OpenDataSource
|
| How to Use a Field to Print Text in a Footer on Last Page | 08 Feb 2006 17:26 GMT | 2 |
I am trying to find a way to print the value of the IdentifierReference Property in a document on the last page of the last section of a document only. I have referred to KnowledgeBase Article 211755
|
| asp & PasteSpecial | 08 Feb 2006 17:01 GMT | 3 |
I'm writing an asp application in wich I dynamically create an Excel-graph. Now I'd like to copy that graph, open word and paste it on the apropiate bookmark.
|
| Inserting text at a specific point via VBA? | 08 Feb 2006 16:57 GMT | 4 |
I am currently doing the following to insert text at a specific point and it works fine but I'd rather just code the text directly rather than reference an autotext entry. How can I do this in a similar fashion to below? Only autotext seems to have the insert method.
|
| macro writing for beginners | 08 Feb 2006 16:45 GMT | 4 |
I would like to learn how to write macros for Word 2000. Could someone recommened a book for beginners? Thank you
|
| How to lock styles, remove protection, then protect doc in 2003? | 08 Feb 2006 14:51 GMT | 1 |
I'm trying to lock styles only, when the doc opens (user will be able to edit doc). Before saving, i want to remove the password protect, set all section protectionforforms to true, then reprotect doc as well as lock styles. When I try to set the protectionforforms, I get an ...
|
| How do I set design mode (web tools) as off when a file is opened | 08 Feb 2006 14:39 GMT | 1 |
I have created a doc with dropdown boxes and text boxes and everytime I open the file it starts in web desin mode. How do I set design mode to default as off when the file is opened.
|
| Open mail merge source wookbook when document opens | 08 Feb 2006 14:39 GMT | 4 |
I have users who have a Word doc that does a mail merge from an Excel workbook and want the workbook to open for on the fly editing as the doc opens. Now whilst the code to fire up Excel and open the document is trivial, e.g.
|
| Replacing a picture with a table, huge problem. Please | 08 Feb 2006 14:39 GMT | 3 |
Hi! Here’s my problem: I get over 1000 documents each day that I need to put into a newsletter. Some of these documents have pictures, charts and graphs embedded. When the Vertical alignment property for those pictures is set to Absolute,
|
| Code Cleaner hides macros from dialog?? | 08 Feb 2006 14:39 GMT | 7 |
Been using the Code Cleaner for several years & have never seen this happen. I have several VBA add-ins, most of them set up the same -- a file in the startup folder that builds a custom menu and allows the user to run some of the macros from that file using that menu.
|
| word 2003 bookmark/data extraction - new functionality | 08 Feb 2006 14:39 GMT | 3 |
In prior versions of Word (pre-2003), users have created word templates with bookmarks. They enter value into the bookmark range. Then we have a program that extracts the bookmark range value and we use that data for other things. Does Word 2003 offer any other functionality that ...
|
| Hyperlink to the next(or previous) bookmark | 08 Feb 2006 14:39 GMT | 4 |
I know how to add a hyperlink to a bookmark, and I know that I can use Selection.Goto to move to the next or previous bookmark in my document, what I want to do is somehow combine these so that when the user clicks on the hyperlink it will goto the next or previous bookmark.
|
| Mailmerge Value in to a variable | 08 Feb 2006 12:43 GMT | 6 |
I'm having trouble getting the value of a mailmerge field in to a variable. I think I may be approaching this the wrong way but as a test I put the following code into a template and instead of the actual value for CCode I get <<ClientCode>>
|