| Thread | Last Post | Replies |
|
| using CommandBars OnUpdate event | 26 Apr 2005 10:29 GMT | 3 |
Any idea how to determine which CommandBar or CommandBarButton/Control/etc. fired the OnUpdate event? Also, I am having a bit of trouble getting the event to fire. I tried this in a Class (I didn't forget to instantiate the event) and
|
| Automating Word to open Access | 26 Apr 2005 08:37 GMT | 1 |
In word I have a number of text boxes. If for example the caption of the text box is 20, I want to open Access, and display in a user form the record whose id field is 20. Can someone suggest how I do that?
|
| Macro to show only DIFF text? | 26 Apr 2005 08:14 GMT | 1 |
After comparing 2 docs, I have inserted text in blue underline and deleted text in red strikethrough. I would like to delete all the unchanged text (which is black) and only see the changes. I cannot find a way to do this with find/replace. (the find underline does not find ...
|
| Tab key not working with textboxes - KeyCode=9 not being recognized | 26 Apr 2005 07:38 GMT | 1 |
I have three textboxes that I created by clicking on the textbox icon in the control toolbox. For each of these textboxes I have the following code: Private Sub TextBox1_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
|
| Bug with footnotes and language | 26 Apr 2005 07:10 GMT | 4 |
There doesn't seem to be any way to specify the language for footnotes: In the German version, Word2003 always applies "German" as manual formatting, no matter what's defined in the "footnote text" style or its base style. Strangely, the bug goes away if you watch it: Open the ...
|
| how do i reinstall word | 26 Apr 2005 06:10 GMT | 1 |
I've tried reinstalling Word2000 by reinserting disk and following instructions. Word then shows up under Programs. After clicking on it, it looks like Words is opening then I get message saying 'program has performed illegal operation and will be shut down'. Help! What's ...
|
| Maintain current directory when canceling Form | 26 Apr 2005 05:32 GMT | 12 |
Is there a way to write code to include in the "Cancel" click command (as follows) so that the directory which is currently active stays the active directory? Every time I call up the form but then decide to cancel and click the "Cancel" button on the form, the directory changes ...
|
| calculate the current page or total pages | 26 Apr 2005 05:08 GMT | 1 |
How do I programmatically calculate the current page or total pages? Thanks
|
| chapter page numbering | 26 Apr 2005 03:57 GMT | 1 |
I have a long document subdivided into chapters with chapter pages (1-1, 2-1, etc.) The printed document will have tab indexes manually inserted. How can I ensure that my chapters end on the left side, with the next one
|
| Turn off Undo during macro | 26 Apr 2005 03:43 GMT | 2 |
I have a long VBA macro that makes a lot of changes to the document. While it is running I get messages that Word does not have enough memory and that Undo will not be available for the actions. I'd like to prevent these messages. Is it possible?
|
| splitting large merge document into smaller files (asked before, but I think this is different) | 25 Apr 2005 20:51 GMT | 3 |
I have created a large (800 plus page) merge document from an access database. The document has a single identifying code where there are up to 5 assosicated rows within the database. The identifying code is deliberately not repeated in the resultant merged document.
|
| Ask Field Dialog Box Customization | 25 Apr 2005 17:38 GMT | 2 |
If you use embedded fields to bring up the dialog box, then the input portion is multi-line. Can the input be limited/restricted to a single line? Lucian Sitwell
|
| Any ideas for a macro to automate the following. | 25 Apr 2005 17:31 GMT | 6 |
My wife is a medical transcriptionist. She uses Word 2003. A single tape from one of her physicians would typically include dictation on several patients. Her usual practice is to include all of the patients in one long document. This makes
|
| Selection.Find reached end of file condition | 25 Apr 2005 16:27 GMT | 2 |
I'm trying to search the document for special word with all what after until paragraph ends. If you try manualy for Edit->Find , FindNext, you get askDialog that you reached the EOF
|
| How to have all functions of the wdDialogFileOpen | 25 Apr 2005 14:59 GMT | 9 |
I am using Dialogs(wdDialogFileOpen).Show. It seems to function only for opening a single file. Is there a way to get it to function on multiple files for a file open operation and any right click operation such as Print? I am using it as a plain
|