![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
Right, as I said any changes you make in the UI are written back to the
registry and the change is made from the cached settings that Outlook holds. It does not re-read that setting in the registry until it restarts and the Options dialogs are not available to you in code at all, nor is any way of making Outlook update its cached settings except from the UI. What you want to do cannot be done. -- 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'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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
switch back to 2003 | Tim Scott Mathews | Outlook - General Queries | 3 | January 9th 07 03:28 PM |
Turn off and on Word as Email Editor through code | Robert Halford | Outlook and VBA | 1 | November 27th 06 07:14 AM |
How can I use word template or use word as editor in Outlook calen | Neil | Outlook - Calandaring | 1 | August 2nd 06 05:54 PM |
How to switch back vista-looking(brown) style to the xp-looking(bl | newbie | Outlook - Installation | 3 | June 22nd 06 01:23 PM |
Use 3rd Party Editor in Outlook not Word or Built in Editor | Charles | Outlook - Installation | 1 | March 28th 06 04:32 PM |