| Thread | Last Post | Replies |
|
| Automatic email from WORD2000 | 12 Jul 2005 14:31 GMT | 3 |
I'm not able to find a good method to write a macro for the instruction "SEND ACTIVE DOCUMENT BY E-MAIL" (FILE main menù). The important thing is that, if I use that command, I dont' need to save my document and WORD sends an email where the document is not an attachement:
|
| Copy image from form to toolbar | 12 Jul 2005 14:02 GMT | 8 |
How can I copy a picture I use with a button in a form to a button on a toolbar? Background: I use Office XP Dev to create dll and I don't want to use the built-in
|
| changing picture types using vba in word | 12 Jul 2005 13:07 GMT | 3 |
I have a document that contains several pictures tha tI would like to convert to either bmp or png. Is this possible with vba? I have tried setting a macro to cut and paste special them but when i run the code I receive the mesage that the picture type is not available at this
|
| IE Question | 12 Jul 2005 12:21 GMT | 3 |
is ti possible to open IE(or default browser) usign VBA?? In two possible situations, where i know the location of a browser, or where i dont know where(or what) it is. Also giving a url to direct the browser to. Many Thanks
|
| CHANGES TO WORD DOCUMENT | 12 Jul 2005 12:13 GMT | 4 |
Is there any one out there with a solution? I have a word document and every time this document is amended I want to save it as a new version of the document - not word version control - my own control - without user intervention as people might give an incorrect answer. Don't
|
| active window macros | 12 Jul 2005 05:58 GMT | 7 |
How to get (recorded) macros to run in active window only? Macros run in a previously active window, sometimes.
|
| UserForm - Load Combo boxes | 12 Jul 2005 02:20 GMT | 1 |
I have a userform in a Memo template with a Combo Box which lists Atty info (this info is stored in a template named Personal.dot). There is also a command button which when clicked opens a new userform where atty info filled in and saved, edited or deleted. When the memo is ...
|
| Why Word still running? | 12 Jul 2005 00:28 GMT | 1 |
I have the following code to loop through an Excel array and write the elements to Word documents: Sub PasteToWord() Dim i As Long
|
| Word Automation via Visio | 11 Jul 2005 22:30 GMT | 3 |
I am trying to use Word via Visio to produce a document. I will not know what version of Word users will have so I have tried to use the following code and get an error variable not found on the following lines docFinal.PageSetup.Orientation = wdOrientPortrait
|
| Macro Code Problem | 11 Jul 2005 21:17 GMT | 7 |
I've written the following code and now I'm receiving a runtime error message for "runtime error 5941" "the requested member of the collection does not exist" Can someone tell me what I'm doing wrong? Here is the code:
|
| how do i email newsletter template? | 11 Jul 2005 20:48 GMT | 1 |
i downloaded a word email newsletter template. i use outlook. how do i get into the body of an email without it going as an attachment?
|
| Automatic mail from WORD | 11 Jul 2005 19:18 GMT | 7 |
I'm not able to find a good method to write a macro for the instruction "SEND ACTIVE DOCUMENT BY E-MAIL" (FILE main menù) Can you help me, please? Many thanks
|
| listbox, automatically select specific item | 11 Jul 2005 19:12 GMT | 1 |
I have a template that i use for making transmittals. In list box "A", i select the method, egs. fax, courier, us mail, fedex, etc. I also have a list box "B" for fax number. if "fax" is chosen for listbox "A" then i want the fax number to appear in listbox "b", otherwise i
|
| Protecting the form | 11 Jul 2005 19:06 GMT | 1 |
I am using a data base program (ACT!) that will insert the name and address when the form is opened. If I protect the form, the data will give me an error that the forma is protect and therefore will not open. I would like someone to help me in VB to protect this form once is ...
|
| Can one pass a Range object to a function? | 11 Jul 2005 17:17 GMT | 3 |
I have a subroutine that sets a Range in a wORD97 document. I would like to examine the contents (text) of the Range by using it as a variable passed to a function, which function will examine the Range for a keyword, and return a "Yes" to the subroutine that called it,
|