![]() |
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
|
|||
|
|||
![]()
Hi all-
I am running Outlook 2003 on a WINXP machine, I am trying to add a groupreply address to the "Have replies sent to" option. JP was able to assist me with getting that part to work for a new message, but when the user has an existing email open and wants to add this, I would like for them to be able to click a button and the email address is added. I have used the sendkeys function and know that is not the best option. Here is my code I have now: Sub ExGroup_Reply_PW() '## adds group reply info only Dim objMail As Outlook.MailItem Dim myOlApp As Outlook.Application Set myOlApp = CreateObject("outlook.application") Set objMail = myOlApp.ActiveInspector.CurrentItem With objMail .ReplyRecipients.Add " End With End Sub It works, but I get the message that Sue speaks of at: http://outlookcode.com/article.aspx?id=52 I could really use some help with supressing or not getting this warning. Also, we have used this code to open the saveas option and choose the outlook .msg as the save type: sendkeys "%fa%too{tab}" I would love to use better VBA coding to get this done. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Security Warning | dkschoonover | Outlook and VBA | 12 | August 23rd 08 12:21 AM |
Security Warning | Loominator | Outlook Express | 2 | December 4th 07 12:12 AM |
Security warning | Christian Goeller | Outlook - General Queries | 6 | March 22nd 07 03:13 PM |
How to disable security warning? | Richard Lewis Haggard | Outlook - General Queries | 2 | April 4th 06 04:07 PM |
Internet Security Warning.... | Jeff | Outlook Express | 3 | March 29th 06 08:13 PM |