View Single Post
  #1  
Old March 2nd 07, 11:57 PM posted to microsoft.public.outlook.program_vba
Worksmart
external usenet poster
 
Posts: 15
Default Code to switch from Outlook as editor to Word and back

I'm able to switch back and forth without restarting Outlook. What I'm
looking for is the code to do the Tools, Options, Mail Format tab, Word as
editor, OK. Then I'd like to create another button that will untick Word as
the editor.

Hope this makes sense. Thanks in advance.
--
Peggy Duncan, Author
Conquer Email Overload with Outlook
http://www.PeggyDuncan.com



"Ken Slovak - [MVP - Outlook]" wrote:

The setting for WordMail is kept in the registry and only read by Outlook on
startup. After that the setting and any changes are kept in a cached setting
in Outlook. The registry setting is updated when the Outlook setting is
changed but never read back except on startup. So any changes you make would
not take effect until you exited and restarted Outlook.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Worksmart" wrote in message
...
I am not a programmer. I know how to create macros in Word (by recording)
but
not Outlook.

I'm using Outlook 2003. The only time I want to use Word as my email
editor
is when I need to create a hyperlink to a file using a simple browse.

I'd like to be able to quickly switch from Outlook as editor to Word, then
back. Has anyone seen any code to do this?

And if you send me the code, what do I do with it? I'm hoping all I'll
have
to do is open the VB editor and paste it in. Then go to Customize and drag
the command to the toolbar.

Thanks in advance.
--
Peggy Duncan, Author
Conquer Email Overload with Outlook
http://www.PeggyDuncan.com



Ads