| Thread | Last Post | Replies |
|
| Edit FilePrintDefault, retaining dialog | 05 Sep 2005 15:43 GMT | 2 |
I am quite a newbie to VBA. I have found that I can 'intercept' the printing commands by defining macros with identical names to the original commands. I am using this to print a document, and with the macro, turn off the option to print all drawing objects. (and afterwards turn ...
|
| create worddoc using C | 05 Sep 2005 07:23 GMT | 2 |
My requirement is i have to create a table in word document and write some strings in the document. The string may contain different fonts. As i need to create diameter symbol( Mechanical Engineering) All this activities i have to do with C programming. Is there any C standard
|
| VBA and System Info | 05 Sep 2005 05:11 GMT | 1 |
I am fairly new to VBA and programming Word - I was wondering if it is possible for a Word Template to automatically populate itself when opened with certain system information, eg. any mapped network drives, printers installed, etc.
|
| Insert a file as part of a macro | 05 Sep 2005 05:07 GMT | 1 |
I have created a macro where I am inserting an existing file (a template) into a new documet. The problem is the headers and footers on the existing file are not inserting into the new document. How do I make this occur. Or how do I create a macro where the a .doc is created ...
|
| Insert picture into a table in header | 04 Sep 2005 21:00 GMT | 4 |
In September last year Jay Freeman provided this macro for Sean which is just about perfect for my needs for putting a picture into a cell in a header (actually six different pictures into 6 cells): Dim oRng As Range
|
| WordBasic.ResetChar and ResetPara broken in Word2003? | 04 Sep 2005 15:01 GMT | 4 |
The old functions WordBasic.ResetChar() and WordBasic.ResetPara() were handy for quickly deciding whether manual formatting had been applied. In versions up to Word2002, with some text selected, ? WordBasic.ResetChar() would return 1 if there was no manual font
|
| autofill text from Word Master Document | 04 Sep 2005 06:17 GMT | 2 |
I've got over a dozen forms that must be completed for each job we do and a substantial amount of the information is repetitious and can be taken from a master Word document (within a table) - I began by researching the best possible way to have Word autofill these forms and came ...
|
| How to search for word documents with bitmaps pasted inside? | 04 Sep 2005 05:13 GMT | 1 |
I have many word documents that have bitmaps pasted inside, and I am trying to determine if Word tracks this quality. Is there some way to search for items like this (like in Outlook where an attachment shows a paperclip) or is there some attribute these files
|
| How to put button in document. | 04 Sep 2005 01:50 GMT | 5 |
Using Word 2003. Where do I start to program a button that will appear in my document for the user to click on to execute the code I attach to the button. User form? then command button? But then it doesn't show up in my Word document?
|
| Get default filename from bookmark content | 03 Sep 2005 19:37 GMT | 4 |
How can Word2000 suggest the save as filename from the content of a bookmark? This is part of my code from the form. Dim BMRange As Range
|
| Set order startup templates are loaded? | 03 Sep 2005 17:56 GMT | 7 |
I have a few startup templates (e.g. Blogger) which add useful functionality but take up too much space on the screen by adding a toolbar. I moved the toolbar items into menus out the way. Then I created an AutoExec macro in another template which closes the
|
| VB Script for commandbutton | 03 Sep 2005 17:50 GMT | 1 |
I have an online form that has 22 areas of input; each with a continue checkbox taking them to the last page focusing on the associated continued input box. I wouold like to place a commandbutton on the last page of a form that (when
|
| custom toolbar item & shortcut | 03 Sep 2005 17:50 GMT | 1 |
Hi, I am adding a custom toolbar to a template and have added macro's to this toolbar. The macro's also have shortcuts like ctrl+shift+Q.
|
| NOW() without the time | 03 Sep 2005 06:05 GMT | 1 |
I am using NOW() in a module for a form letter. Is there a way to prevent the time from showing?
|
| activex and word 9 word 11 compatibility | 03 Sep 2005 01:00 GMT | 1 |
Has the activeX interface changed between word 9 and word 11? My application can't find tags in word since we upgraded from office 2000 to office 2003 (word 9 to word 11).
|