| Thread | Last Post | Replies |
|
| sendmail | 17 Feb 2005 23:09 GMT | 4 |
I have had a look at the "sending email" link posted a few times in this forum and it is not quite what I want to do. I would like to get a document to send an alert message to an administrator without the attachment or, at worst, with the attachment as a link not a
|
| Unload form does not release memory | 17 Feb 2005 21:27 GMT | 1 |
A form I have contains a listbox. This listbox is assigned a value by the command: SelectCandidate.List() = Candidates. Candidates is a two-dimensional global array. If I UNLOAD the form which contains the listbox a lot of the memory is not released. Does anybody recognize this ...
|
| Auto number | 17 Feb 2005 21:15 GMT | 2 |
Is it possible to create a template form that assigns an automatic number to any new document created using that template? I know it can be done in Excel, but I'm very unfamiliar with the code in Word. Thanks for any help I can get on this!
|
| how to override save saveAs second time around | 17 Feb 2005 20:40 GMT | 1 |
I have a macro set to auto fill in the file name when a user clicks save or save/as. Right now multiple open and save/saveas of the documents will always use my prefilled info I have defined in the macro. If a user overrides my default and saves the document. The next time they ...
|
| Saving to Disc | 17 Feb 2005 20:34 GMT | 1 |
I hope that someone can help me. I made a document, and saved it, I want to sabve it to CD, and when I save as and go to "E" it tells me that I am not authorized, and contact my administrator. I went to control panel, user accounts, and I am the administrator. Can someone ...
|
| Would like to make some process prior password feeding with encry. | 17 Feb 2005 20:29 GMT | 1 |
Is it possible to have the hand to process some routines before the prompt for password with encrypted word documents ? If yes please tell me how to proceed. Best regards
|
| UserForm Combo Box | 17 Feb 2005 20:27 GMT | 1 |
I have created a UserForm Combo Box for a form for the sole purpose of having more than 25 lines than a drop down box allows. I have tested the combo box and it is working accuratley in my form. The only problem is that I have more text to enter into the list but the code box ...
|
| MOUSE RIGHT BUTTON DIALOGUE BOX | 17 Feb 2005 20:26 GMT | 1 |
I use Edit, Paste Special a lot and have added it to a tool bar. It would be even more practical if I could add it to Copy, Cut, Paste in the dialogue box that comes up with the right button on the mouse.
|
| Which version is installed? | 17 Feb 2005 20:18 GMT | 1 |
how do I find out which version of word is installed? In the registry on my PC I see at HKEY_CURRENT_USER/Software/Microsoft/Office thre versions: 10.0, 9.0, 8.0. They have different subfolders, and the version with the highest number of
|
| how do i automate a word doc so users can type on it but not chan. | 17 Feb 2005 18:15 GMT | 2 |
i create many forms for our office to use off the shared drive. rather than print off a form and hand write information, or garble my template, how do i make the form interactive?
|
| Sharing of Normal.dot | 17 Feb 2005 18:01 GMT | 2 |
Over the past several years our company has shared macros and autotext the the use of a global normal.dot file that was stored on the network. And due to the nature of our work one of the admin staff makes frequent changes to the macros. All this worked great until we upgraded to ...
|
| List All Available Styles | 17 Feb 2005 17:09 GMT | 2 |
I have searched this newsgroup and cannot find what I'm after. Does anyone know where or how I can access all the styles and formatting used in a document? Ideally I would like to create a new document with samples and specs of the styles and formatting used in the source document ...
|
| send text from word doc to .txt file | 17 Feb 2005 17:05 GMT | 4 |
Is there a way to select all of the text on an open word document through vba and send it to a .txt file? Also could this be done continuously so that the word document and text file contain the same words?
|
| module naming | 17 Feb 2005 15:39 GMT | 6 |
I can open a module in Notepad and change the name of it there, but that doesn't seem very slick. I want to create utility type modules (i.e., Excel Utilities, etc.) that might be useful across different projects. Isn't there an easy way to do this?
|
| handles in VBA | 17 Feb 2005 14:17 GMT | 1 |
(I'm quite cross posting, sorry, since I have already asked this question elsewhere) I'd like to use a multi-line tooltip in VBA, adapting the subs I found here: http://www.vb-helper.com/howto_multi_line_tooltip.html
|