| Thread | Last Post | Replies |
|
| Another line in a macro to close a document | 12 Dec 2003 01:44 GMT | 4 |
At work I have a document in the Work menu called Frequent use.doc. There are macro buttons to open a new document from one of the templates that we use frequently: Sub FaxCover()
|
| maximum size log file? | 11 Dec 2003 23:57 GMT | 1 |
I have a VBA application, in which I also write debugging information to a log file, using the following statement: Open LOG_FILE For Append As #1 Print #1, PrefixText & tMessage
|
| send a form word 2000 | 11 Dec 2003 23:21 GMT | 1 |
Thanks a lot. I am talking about - a protected document with formfields. Is it possible to create a command button that sends to a
|
| How to create buttons | 11 Dec 2003 22:13 GMT | 1 |
Does anybody know how to create a reset buton (to clear text in the form) in MS Word XP? Thank you
|
| rtf file formatting | 11 Dec 2003 22:11 GMT | 1 |
How can I format existing .rtf file programmatically without using the Rich Edit control ? what api i have to use? Thanks & Regards
|
| Do Not Run AutoNew Macro | 11 Dec 2003 21:18 GMT | 1 |
I have a template with an AutoNew macro. I can hold the shift key when opening the template to prevent the AutoNew macro from running. I'm trying to write a macro that will do the same thing.
|
| Automatically display UserForm when Word Document Opens | 11 Dec 2003 20:08 GMT | 2 |
I have a UserForm which has pulls information from a Word document that contains nothing but two tables of information. The UserForm works great, and exits gracefully, but will
|
| Open document at point user last was working? | 11 Dec 2003 18:28 GMT | 2 |
Is it possible to have Word open a document and go straight to the point the user was last editting? I'm thinking about saving selection object data in a custom property during the BeforeSave event and then read it during DocumentOpen. Any ideas?
|
| Software protection for VB and VBA ? | 11 Dec 2003 17:20 GMT | 1 |
I'm searching software protection for Microsoft Visual Basic & VBA project, I have found a new protection from Ionworx, it's SerialShield, (http://www.ionworx.com/serialshield.html), anyone has tried it ? else have you any suggestions ?
|
| Automated Forms | 11 Dec 2003 16:44 GMT | 2 |
I have placed a Command button on my form and I want to title it "Submit Request". I want this to then send an email to those in the list automatically. I have done this in Excel but cannot get it to work in Word. Is this
|
| SUBMIT&RESET A FORM | 11 Dec 2003 16:35 GMT | 3 |
PLEASE HELP HOW TO DO THIS. HI, I KNOW VERY BASIC IN CREATING FORMS IN WORD 2000, AN I HAVE CREATED A FORM BUT AT THE END OF IT I NEED TO CREATE
|
| Word2000: AppendMenu API to add Minimize Button to Title Bar | 11 Dec 2003 16:25 GMT | 1 |
Has anyone had any success using the AppendMenu API function to add the Minimize and Maximize button to a Word Form title bar? My sample code is below which does not seem to add anything. Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal
|
| File Save As Dialog | 11 Dec 2003 16:24 GMT | 5 |
I have a form created in Word ' 97 that updates numerous fields when the user presses an update button. At the end of the updates a message box asks if the user wants to save the form and if they do then are asked if they want
|
| Insert Images in Word Document | 11 Dec 2003 13:16 GMT | 8 |
I have a dumb question that I couldn't find in the book and website. How can I insert 5 images that are all jpg files in a word document using the vba code. thanks! ken
|
| Retrieving userform info into a document | 11 Dec 2003 11:36 GMT | 1 |
Hi, I currently have macro that that generates userforms for a template. The user walks through each userform, enters text and clicks Next. On a few of the windows, they will click another button that is designed to retreive information from a bookmarked manual.
|