| Thread | Last Post | Replies |
|
| Changing body message when using SendForReview? | 14 Sep 2004 00:41 GMT | 1 |
I'd like to be able to change the body of the email message as well as set the subject and recipient when using SendForReview. I can't find any way of doing this - I had hopend MailEnvelope might do it, or something like it. ANy clues anyone?
|
| How To Determine Document Is Open | 13 Sep 2004 22:26 GMT | 2 |
Within Word is there a way to determine if a document is open or not. I am trying to do something like this : If ("MyFile.doc" or any articular file is open) then do something
|
| Drawing a line | 13 Sep 2004 21:16 GMT | 1 |
How can I add a straight line, separating text, using VBA. I tried to add a line with the macro recorder, but the mouse doesn't work when the recorder is on. Please help.
|
| Prefixes in Word | 13 Sep 2004 19:52 GMT | 1 |
I've got a colum of stock numbers, combined alpha-numeric, and would like to add a prefix to the entire colum. Example: A stock numner may be 11X39M. In front of that number I'd like to add, 12/(which in our system would
|
| Startup Add-in not being added automatically | 13 Sep 2004 19:52 GMT | 6 |
I have a ".dot" file containg a toolbar and some macros. I have placed this template in the word startup directory. On most of the machines in the office the add-in is added and the toolbar is displayed automatically.
|
| Fax cover program not working | 13 Sep 2004 19:00 GMT | 4 |
Ok so I created a fax cover sheet program in Word 2000. I have a macro that opens a document. Once opened, the document pops up a box where you can enter text. When you press "Ok" the text will insert at pre-defined bookmarks
|
| Function Problem | 13 Sep 2004 18:35 GMT | 4 |
I hope some one can please help me with returning a string from a function back to a label on a form? I have a document that has several OptionButtons on it that I use to help test my grandson.
|
| Template to feed Properties | 13 Sep 2004 17:48 GMT | 8 |
I'm using Word 2000 just tried to set up a Userform to feed a template, filling certain fields. The information I have to set this up was from http://word.mvps.org/FAQs/Userforms/CreateAUserFormContent.
|
| form & code missing? | 13 Sep 2004 17:43 GMT | 11 |
I created a userform in 2000, it was a tab form with multiple check boxes. There was code behind every checkbox so that when the user clicked the box, it opened a pre-formatted document.
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial September posting | 13 Sep 2004 16:52 GMT | 4 |
NOTE: September 6 is a holiday in the USA. Many volunteers who regularly answer questions here are likely to be taking the long weekend off as a vacation from their computers as well as from work. Please be patient. FAQ = Frequently Asked Questions - brief - vba - unofficial
|
| How to assign text to a textbox in a userform | 13 Sep 2004 14:10 GMT | 3 |
I want to use the form Activate event, to copy the text in four bookmarks (BkMrkSplSrch01 thru BkMrkSplSrch04) to four respective text boxes (txBkMrkSplSrch01 thru txBkMrkSplSrch04) in the userform (frmBkMarksNavigtn).
|
| Print all open docs | 13 Sep 2004 13:24 GMT | 50 |
I have an access app that opens 8 to 10 docs in MSWord. Am using office 2000 on winxp machine The docs open just fine for viewing. Now while they are open I want to give the user the opportunity to
|
| Checking for a range of valid styles? | 13 Sep 2004 12:49 GMT | 2 |
I'd like to check for valid custom styles in a document based on the style hierarchy I set e.g. following Heading 1 must be Heading text, A document cannot end with a style other than EndofDocument etc. There are Loads more styles than this and trying to code it (My Way)
|
| Can I use a Frame in UserForm as parameter of my function? | 13 Sep 2004 02:53 GMT | 3 |
I want to use a frame in UserForm as parameter of a function like this: Private Sub ShowFrame(ByRef F As MSForms.Frame) F.Top = 10 End Sub
|
| I Need Help ! Quit a word application and a Close word doc | 12 Sep 2004 10:52 GMT | 3 |
In the code above Im opening a word document, But when I try to close the Document and the Application of word, I have 2 errors. With this error I cant compile Please help me I need this Errors 1-'Quit' is ambiguous across the inherited interfaces 'Word._Application' and 'Word ...
|