| Thread | Last Post | Replies |
|
| Modeless Search Replace kind of window - C# | 21 Sep 2004 20:57 GMT | 2 |
I need pointers to instantiate a windows form, which acts and behaves as the Find/Replace dialog. It should remain on top, and let the user work on the document, while providing some assistance.
|
| Copying Macros | 21 Sep 2004 20:53 GMT | 1 |
I have written several macros within a Word document. One is an autoopen macro that opens another document which performs some automated editing. The problem is, if I copy the document to another pc, I
|
| Why does Document.SetRange not set the range!? | 21 Sep 2004 20:06 GMT | 1 |
Given a field code (called theField) I have obtained from the Fields collection of my document, why is it that I am unable to set "insertion point" for an item for the given document to be the end of the field code? My code looks something like this:
|
| Delete command button | 21 Sep 2004 19:30 GMT | 1 |
word 2000 My document has a command button that triggers transfering text from the document to an excel spreadsheet. When the code is finished I would like to delete the command button from the word document. How would I code this?
|
| Problem with combo boxes and Word '00 | 21 Sep 2004 17:17 GMT | 1 |
I've run into a problem with putting data in my combo boxes. I am running Word '02 and the code works just fine. The problem is that the form is distributed throughout the company and different users have different versions of Word. I have found that anyone with Word '00
|
| Forms check boxes | 21 Sep 2004 17:04 GMT | 3 |
I'm using check boxes in a protected form: 1 - how can I get the mark to appear as a check mark, not an X? 2 - (More important)I'm using cross-references for info
|
| cancelling fractions HELP | 21 Sep 2004 15:03 GMT | 1 |
I work at a newspaper and we have this problem. Whenever a reporte wants to reference the 9-11 attacks, or uses the phrase 24-7, ou system converts them to fractions. They should not be fractions. I wan them to be 9-11 or 24-7. Turning off autocorrect is not the answer
|
| passing para meter to word template??? | 21 Sep 2004 14:53 GMT | 1 |
I am wondering how I can resolve this issue. With the below snipple of code I am calling a word template, which after opened extracts the data it needs from the access database, that has call word to open.
|
| Compile error (improved ver. of my Sept 15 message) | 21 Sep 2004 14:48 GMT | 3 |
I have a WinXp computer running Office 2002 for Students and Teachers. I recently tried copying my Word Startup files (and my Normal.dot file) to several "target" computers,
|
| How to handle mailmerge errors in VB | 21 Sep 2004 14:42 GMT | 1 |
We have a VB program which opens word documents and data source and performs mailmerge programmatically.Whenever there is a problem with mailmerge (eg: some mergefields are missing) the word session hangs. It pop-ups some dialogs,like "Record and header delimiter" or "invalid
|
| Toggling comments on / off in Word | 21 Sep 2004 14:01 GMT | 2 |
Hello, trying to toggle comments on & off for a word file. I've tried using: ActiveDocument.Comments(1).ShowTip = True however, this doesn't seem to work. Any help would be appreciated.
|
| Application.FileSearch problem | 21 Sep 2004 13:53 GMT | 2 |
I have created the below routine: ============= With Application.FileSearch .NewSearch
|
| WordXP - DefaultFilePath | 21 Sep 2004 12:38 GMT | 5 |
I'm using frequently Option.DefaultFilePath(wdUserTemplatesPath) and the Option.DefaultFilePath(wdWorkgroupTemplatesPath) constructions to retrieve the macro's rather than guessing where the macro's are. The problem I encounter is that a lot of user have these option empty and this ...
|
| Compile error in hidden module: modLibrary | 21 Sep 2004 08:18 GMT | 4 |
I have two WinXp computers running Office 2002 for Students and Teachers. I can copy my Word Startup files (and my Normal.dot file) back and forth between the two computers, and everything works fine on both computers.
|
| Can the shape of comments be changed in Word? | 21 Sep 2004 05:41 GMT | 1 |
Can the shape of comments be changed in Word? In Excel, the code is: With rngCell .AddComment strComment
|