| Thread | Last Post | Replies |
|
| x-button on userform | 21 Jun 2004 18:29 GMT | 6 |
I am trying to write a sub that will deal with the x-button on the userform. So far I have the following: ---------------- Private Sub UserForm_QueryClose(closemode As Integer, cancel As Integer)
|
| Protect individual formfield data | 21 Jun 2004 17:38 GMT | 9 |
I know how to protect all formfields on a form but I need to protect the data in some formfields and not in other formfields.
|
| Accessing the Properties of a Field in Word | 21 Jun 2004 17:11 GMT | 1 |
I would like to access the "Properties" of a field on a Word document. Particulary interested in the "Maximum Length" data. I cannot figure out how to get to this information via VBA. The data is avasilable in Word by
|
| Word 2003 Attached Templates | 21 Jun 2004 16:39 GMT | 4 |
I have a problem that only affects Word 2003 VBA. I want to close and re-open file that has macro running in its attached template. In all previous versions of Word (97+) I simply saved the file under a
|
| Tray Specify with VB | 21 Jun 2004 12:32 GMT | 2 |
Is it possible to specify which tray of my LJ 5 printer i want a document to come out of? If there, is please include example code demonstrating how. Thanks. -Mable
|
| Capturing data for comparison that's consistent yet inconsistent | 21 Jun 2004 08:28 GMT | 1 |
Backround on me: first post (Howdy do!) and many years of computing experience. Have worked with Word macros and scripts before, but it's been a little while. Software: MS-Word 2000 What I'm trying to do: We receive a file that is in RTF and contains account, name and address ...
|
| FollowHyperLink error in Word2000 | 21 Jun 2004 07:11 GMT | 1 |
Using a User Form, I want to be able to click on a command button to downlad an '.exe' file from the internet. I use the 'FollowHyperLink' method to make the connection. It works perfectly in all versions of Word except 2000 (where have I heard that before?). When the routine is ...
|
| Date?? | 21 Jun 2004 05:36 GMT | 5 |
Using a TextBox within a UserForm, is there a way to force the format to accept only a Date? Not necessarily the current date. I already have the FormField on my form that the TextBox plugs text into set up to only take a date. While testing my UserForm, I found that if the User ...
|
| Initialize Event fails | 21 Jun 2004 02:53 GMT | 12 |
wd2k/w2kPro & wd97/nt4 I have a Word UserForm that does not want to fire an initialization event when *I* think it should. The form has about 5 fields and an "Update" command button.
|
| Problem with Hyperlink coding | 20 Jun 2004 23:16 GMT | 2 |
I have the following code which opens a dialog box and the users can choose a document to link to BUT once the document is clicked on and the user presses OK, the file name of the document is not inserted
|
| Open document with macros - or not at all | 20 Jun 2004 22:57 GMT | 13 |
Is there anyway I can force the use of macros in a document. I have document with som code using the Document_Open event that forces the users to do a few things before starting to work with the document. But if the users has there security level set to medium, and replises "No" to ...
|
| Save versions | 20 Jun 2004 22:12 GMT | 5 |
I am trying to create documents that populate bookmarks based on an ADO connection to an Access database. What I want to do is have the original document remain open and unchanged, while each record in the table results in a new document being saved without ever being opened. I ...
|
| help! on saving files macro | 20 Jun 2004 22:03 GMT | 3 |
Hi, Here's what I have and what I need to do with it I have several thousand pages of stuff in one document, and each page begins with raw text , for example: Date : 6/19/04 Time: 8:30
|
| week number | 20 Jun 2004 16:06 GMT | 2 |
Can anyone tell me how to display the week number in a word 2003 document. The week number should be a number between 1 and 53. I need a functions like weeknumber(Date) which takes a date as input and displays the actual week number in the document. The document I am working with ...
|
| Disabling Word error alerts when in vB? | 20 Jun 2004 12:35 GMT | 1 |
My task is replacing Word Perfect INCLUDE statements with Word LINK statements. I have been able to do this programmatically in a vB program. However, if the LINK that I'm inserting is not "resolvable" at the time I insert it
|