| Thread | Last Post | Replies |
|
| select printer paper tray in Word using macro | 21 Apr 2007 22:30 GMT | 5 |
I created a macro in Word 2003 that would (1) print 1 copy of current doc from upper paper tray (yellow paper, for file copy) w/ hidden text, and (2) print 1 copy of current doc from lower paper tray (bond paper, for mailing) w/o hidden text. I tried to record same macro in Word ...
|
| Is there a library of Word and Excel macro scripts anywhere on the | 21 Apr 2007 11:30 GMT | 1 |
Being able to ask for help with macros on this forum is just terrific - but maybe to save time for all, it woudl be great if there was some compiled list of tried and true macros somewhere that we can dip into?
|
| App_DocumentBeforeSave() | 21 Apr 2007 00:55 GMT | 1 |
I'm trying to build a macro in Word using App_DocumentBeforeSave(), but do not seem to work. I declared Public WithEvents App As Word.Application in a class module, but still will not work. Please help!!
|
| Select text to copy and paste | 20 Apr 2007 22:01 GMT | 3 |
To the group: I have numerous long documents that are compilations of email messages. The messages are delimited with the lines: =====Begin Message=====
|
| Combine mutliple documents into one mergable document | 20 Apr 2007 19:29 GMT | 3 |
I have a system that I am working on that successfully selects and merges multiple documents to form one document at the printer, what I'd like to do is have them combined into one document at the instance of merging into a new document. The program identifies the correct
|
| VBA Reference Problem? | 20 Apr 2007 19:12 GMT | 5 |
I am trying to port a VBA feature as a VBScript on a Web Page. I keep getting an "ActiveX object can't create object: 'Word.Application'. Is this a reference problem? How do you point the page to the where the Word reference is?
|
| Hiding frames with rules | 20 Apr 2007 16:30 GMT | 2 |
I use VBA to change the definition of a style to toggle the Font property, Hidden. This works pretty well, except when the style defines a rule (border line) above and below the paragraph and includes a frame.
|
| List of cross-references based on custom style | 20 Apr 2007 16:24 GMT | 8 |
I have been trying to find a way to make it easy for our authors to cross-reference to Appendix headings. We use custom styles called App Heading 1 to 5. These appear in the Cross-reference dialog box under the Reference Type: Numbered Items. But so too do all the other numbered ...
|
| Forms with Conditional Formating | 20 Apr 2007 15:32 GMT | 7 |
I am trying to make a form that will change subsequent paragraph information further down in the document based on selections in a drop-down list. Do you have a suggestion on how I can accomplish this?
|
| VBA formfield help | 20 Apr 2007 15:00 GMT | 5 |
I've been trying to setup a document where the user enters two values (Height and Width). They also choose a screen resolution from a drop-down form. From these values, I'm trying to send a 'calculated' pixel size back in to document. Here's my code. The Height and Width ...
|
| Installing certificate for digitally signed macro | 20 Apr 2007 14:44 GMT | 1 |
Hello. We are using Office 2003. We also have a 3rd party application that utilizes macros which integrate with Word. However, when the macros are started, users receive the security warning popup. Security is set to high and must stay that way. We are deploying an upgrade ...
|
| PRINT SPECIFIC PAGES MACRO | 20 Apr 2007 14:30 GMT | 2 |
Hi, I need to create macro for printing only specified range of pages of active document. could somebody help me with progamming it?
|
| populate combo with month and year | 20 Apr 2007 13:54 GMT | 2 |
I'm using XL 2002. How do I populate ComboBox1 programtically, with a range of month and years (using the format mmm-yy) starting with the current month of the current year, incrementing monthly, year on year for 12 months?
|
| update toolbar and macros | 20 Apr 2007 12:00 GMT | 1 |
I have a large number of documents that have a toolbar and macros in them. I have updated the toolbar and added new macros in the template. I want to update the toolbar and macros in the existing documents. I have the new reviesed template on my ‘C’ drive as follows: 'C ...
|
| looking for a simple print solution in a template | 20 Apr 2007 11:57 GMT | 1 |
We often need to print official letters (two different paper trays). When we print them we also want a copy on blanc paper (third paper tray). To save time in choosing printers, paper trays, repeated print commands etc. I would like to know if there is a simple solution to ...
|