| Thread | Last Post | Replies |
|
| Clickin an Image | 06 Aug 2007 12:06 GMT | 3 |
is it possible to run a macro when clicking an image? (word 2003)
|
| Closing inactive document | 06 Aug 2007 08:53 GMT | 6 |
I have a template that I set up that links to a spreadsheet. The userform in the .dot gets a list of school names from the Excel document, then presents those in a userform for the user to select. When they select the school, it populates the bookmarks I set up and the user ...
|
| global AutoOpen, AutoClose ? | 06 Aug 2007 08:50 GMT | 1 |
Is there any way to have an AutoOpen and AutoClose Sub execute regardless which .dot file was used to create my document ? My experience is that putting the AutoOpen and AutoClose Sub into the normal.dot is not enough. I put the AutoOpen and AutoClose Sub into a module called ...
|
| Call some JScript code from within Word VBA? | 06 Aug 2007 08:47 GMT | 1 |
I have been given a JavaScript routine of 2000 lines. It's basically a big function that takes in a string and returns another. I need this same function within a VBA macro in Word. I'd rather not rewrite the whole thing in VBA (especially since the
|
| Update Custom Property - saved by history | 06 Aug 2007 08:46 GMT | 4 |
I have a problem with a Word doc. We have users that try to open the doc while someone is working on it. They open a copy, then make their changes, but instead of merging the changes, they overwrite the document. I'm trying to find a way (maybe with custom properties?) that I ...
|
| select information to print in template | 06 Aug 2007 08:33 GMT | 3 |
I am trying to determine if this is possible in Word 2000 and if so, figure out which tool would best support this type of automation. Basically I am trying to create a word template that can be used as a form letter where the user would select particular verbiage depending on ...
|
| Using VbScript to create a new document from a template | 06 Aug 2007 08:16 GMT | 1 |
I'm trying to use vbscript to create a new document based on a template. My code returns the following error message: Object doesn't support this property or method: 'objWord.Application.Documents.OpenAsDocument'
|
| Trying to save copy of Paragraph-For Each para In doc.Paragraphs L | 06 Aug 2007 05:03 GMT | 1 |
I am trying to save a copy of a Paragraph to process later when I loop to new paragraph I tried this but get an error LastPara = para
|
| Conflicting macros | 05 Aug 2007 23:03 GMT | 14 |
I have 2 macros that are conflicting with each other. The first one deletes the last page of the template if it’s not required. Then I just added the second macro in the ThisDocument that opens up a form if the user tries to edit the header. Now that I have done this the first ...
|
| VBA code Word Templates | 05 Aug 2007 17:02 GMT | 8 |
The company I work with uses inline forms (static .dot files) as resources that can be added to a working template. In this context I use the document.add command and bring these forms into the "working" template environment. We are now merging with another company and have to ...
|
| Application Packager | 05 Aug 2007 07:33 GMT | 1 |
App: Office 2002, 2003 & 2007 OS: Windows XP I'm looking for a cheap and cheerful Application Packager. It should prompt user whether they use Office 2002, 2003 or 2007 etc. Then it will place DOT
|
| Array Question | 05 Aug 2007 06:01 GMT | 11 |
Can you add a hard return in an array? So when picked it would look like this in my document: This is a test How does it look
|
| Dialog box will not show when overriding Built-in Word 2007 macro | 04 Aug 2007 20:50 GMT | 2 |
I've been playing with this for a few days now and hope to get some help on the matter.. All I need to do is to determine if a user has clicked the "OK" box on the Compatibility Checker dialog box. By looking through Word's
|
| How to identify current format data for use in macros? | 04 Aug 2007 11:36 GMT | 5 |
I have macros for inserting specific characters, but in some cases I need to use a font that is different from the main body of the text. I want to make the macro universal, so that no matter what the original font is, the macro will identify that font, then insert the symbol ...
|
| How do I convert a number into words in MS Word 2003? | 04 Aug 2007 11:14 GMT | 3 |
How do I convert a number into words in MS Word 2003?
|