| Thread | Last Post | Replies |
|
| Hex wildcard | 22 Jan 2005 00:09 GMT | 5 |
One commonly uses "^13" for CR. I've got some docs that have a "A0" hex character (I don't even know what that is" but searching, either in the Find dialog or programmatically, for "^A0" does not find it. I know
|
| Preventing Numbers in User Input | 21 Jan 2005 22:25 GMT | 4 |
Word 2000 I have a form that contains text boxes called First Name and Last Name. I want to limit the input for these text boxes to letters, spaces, periods, and hyphens only. Toward that end, I have written the following code:
|
| Remove Blank pages | 21 Jan 2005 22:18 GMT | 8 |
Is there any way of programmatically detecting and removing blank pages from a document (It is possible that they may have a bookmark on the page) Thanks Phil
|
| how to discern empty array in code | 21 Jan 2005 21:52 GMT | 4 |
I have an array that draws its data from a recordset using various criteria. On occasion there is no data in the recordset that matches the criteria. I am trying to code an if statement that will run through some code if there are entries in the array.
|
| Share Template with Macros - Edit Template | 21 Jan 2005 21:20 GMT | 2 |
Using Word 97 I have created a word template which contains a form with various Macros stored in the template. I would like to distribute this template to various individuals who have asked for a copy (remote locations - limited IT knowledge). The problem is that the template ...
|
| Accepting or rejecting changes | 21 Jan 2005 20:31 GMT | 3 |
I would like to use a macro that starts at the insertion point and then search for the next change, displays Approve ou Reject choices and then automatically goes to the next one with the same choices plus the option to cancel the previous change and resume from that previous ...
|
| Hide Combobox when printing | 21 Jan 2005 17:15 GMT | 1 |
I have a document with a Combobox which updates certain formfields based on the selection made. How can I hide the Combobox when the user prints the document and have it reappear when the printing is completed? I would like the user to print the document without the Combobox ...
|
| Import a DOS-file to word | 21 Jan 2005 17:15 GMT | 2 |
I want to import a DOS-file into Word 2000 with norwegian characters using VBA Documents.Open. Can anyone tell how.
|
| Word - Control ToolBox - Option Button | 21 Jan 2005 17:12 GMT | 1 |
From the forms menu I've added: form fields From the Controls menu I've added: option button and check box.
|
| Adding a page number automatically | 21 Jan 2005 15:22 GMT | 1 |
Whenever I print a word document I automatically want to add page numbers to it, if it doesnt exist already. basically a before_print event (I have used excel to some extent) I recorded this macro
|
| Make VISIBLE header graphic NON-printable | 21 Jan 2005 14:47 GMT | 4 |
I am running Word 2000 SP-3 on Windows XP SP2. Is there a way of making a .tif graphic viewable in the header of a mail-merge document onscreen but invisible when the document prints? I use an Access 2000 database as the data source for form letters. Professionally
|
| Run-Time Error-5624 | 21 Jan 2005 10:35 GMT | 3 |
I am using MS word 2003 with Special Pack1. When I run the following code, Word is giving me Run-Time error 5624 with no description provided. The code is, selection.find.Execute(FindText:="^$. ^?", replacewith:="^$. ^?",
|
| property/code for symbol characters? | 21 Jan 2005 06:57 GMT | 2 |
Selection.Font.Name does not show the right font, if a character was inserted with Insert->Symbol (Font: Symbol), and AscW(Selection) or Asc(Selection) = 40 for any symbol character. How can I get a hint, that the character is treated as a symbol and not a
|
| Set object to Word doc opened in Excel VBA? | 21 Jan 2005 02:18 GMT | 4 |
Excel VBA actuates a hyperlink which opens a Word document. At this point, no Word application or document objects are set. Is it possible to "capture" the document being opened by the hyperlink and set an object reference to it in Excel VBA?
|
| word help | 21 Jan 2005 01:19 GMT | 1 |
I cannot open a Word attachment sent by my college instructor. I don't have Microsoft Word but I do have WordPerfect and Word Pad. (.rtf file...right?) Each time I try to open the attachment from home, I am
|