| Thread | Last Post | Replies |
|
| Running template code after a 3rd party app runs | 21 Sep 2006 13:54 GMT | 13 |
We have a 3rd party app that uses Word as its report writer. I would like to run additional code from within the template after the app is done and has filled-in all bookmarks. If I put my code in an AutoNew procedure in the template, it executes before the other app is done. ...
|
| Set object with string | 21 Sep 2006 13:27 GMT | 5 |
This should be really easy but I am at a loss! What I have... 8 comboboxes labelled Company1, Company2 etc thru to Company8 I have a piece of code which will fill each combobox with some data
|
| How to put an image in a header/footer | 21 Sep 2006 12:52 GMT | 5 |
I need to insert an image in all the headers of a document with more than one section, is there anybody could help me with some code ? Thanks in advance Regards,
|
| Word Form Fails When Using The Mouse | 21 Sep 2006 12:52 GMT | 5 |
Hi Guys/Dolls I'm using word forms and my program works ok when using the keyboard - using tab key to navigate around the form but crashes when using the mouse with a "Microsoft Office Word has encountered a problem and need to close. We are
|
| Calendar control (mscal.ocx) | 21 Sep 2006 12:52 GMT | 4 |
Does anyone have experience with the calendar control (ver. 8 for Office XP)? If I have to download mscal.ocx to a computer and register it (necessary when Access isn't installed), in my add-in in the VBA editor, I still have to choose Tools, Additional Controls, and then ...
|
| Time entry macro | 21 Sep 2006 06:55 GMT | 3 |
Hello, I have the following VBA macro that allows a user to enter times via the keypad (without having to enter the colon between hours and minutes or seconds). The macro transforms a 3 to 6 digit number into a time entry. It works great for the columns that I actually
|
| Macro or VBA to open & select menu items | 21 Sep 2006 06:20 GMT | 4 |
I have a macro in access that exports (opens a) RTF document in MS Word. Then I have to manually (mouse) enter: tools, Macro, macros, then I must select one of two files (these are converted to VBA from the macro-recorder) 1-weekend or 2-holiday, then I click run. Then the macro ...
|
| Formfield requires input | 21 Sep 2006 01:47 GMT | 1 |
I have a form with a text field that requires input. I assigned the following macro to the ExitMacro property: Public Sub Text1_Exit() With ActiveDocument.FormFields("Text1")
|
| Adding Revision Date Field to Footer | 21 Sep 2006 00:23 GMT | 1 |
Probably an easy task but I'm stumped. I am working on a pre-existing document. The date is in the footer. Problem is it's the published date. I am now updating the document & would like for this field to become the updated date field... so that it changes every time the document ...
|
| Grammar and Spelling check in unprotected fields | 20 Sep 2006 23:27 GMT | 2 |
I have a word 2000 document in which one section contains form fields which is protected and the second section is not protected. Protecting either section disables the Spelling and Grammar checking. How do you enable Spelling and Grammar checking for the form fields and the
|
| Word VBA Codemodule providing VBA for a Command Button | 20 Sep 2006 20:34 GMT | 2 |
I have used VBA code suggested by the Microsoft website to programatically add code to a Command Button being added to a document the VBA is creating, but the code crashed Word every time just after it adds the code to ThisDocument. Here is the code i am using:
|
| RecordCount Returning the wrong value | 20 Sep 2006 20:00 GMT | 4 |
I am using the dao.recordset object to hold a set of data. I run a query that I know returns 5 rows and store it into into the recordset object (objrst). When I output the .Recordcount it always gives me 1 (rather than 5). It works fine for with other queries, but gives me
|
| compile .dot file (word macro) from command prompt | 20 Sep 2006 19:51 GMT | 3 |
i have a template word file aaa.dot which i past to some computers i have a problem which on some machine i got an error and have to open the file -> visual basic editor and compile it do i have any option for compile the .dot file from the command prompt
|
| Distinguishing hard spaces from regular spaces | 20 Sep 2006 17:15 GMT | 3 |
Since in French, characters (;:?!) need an unbreakable space before them, I frequnetly run a routine like this one for each of them: Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting
|
| index | 20 Sep 2006 16:40 GMT | 1 |
Hello and thanks in advanced: I’m trying to build a TOC manually I have to take all the phrases that are selected in the document, an put it in a table of contents
|