Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OL2000 Form - On Forward How Do I ...

Status
Not open for further replies.

mblaster

Technical User
Sep 7, 2001
45
US
I get the cc box to automatically populate my bosses email address in the cc whenever the "Forward" button is clicked.

Thanks for your help!
 
You want to do this with VBA, correct?

What have you investigated? What worked, what seemed to work?

What objects/methods/properties in Object Browser seemed to be of value?
 
I am a "beginning novice" at VBSCript and VBA. I have tried:

Function Item_Forward(ByVal ForwardItem)
myForward.Recipients.get "mb4@wmblair.com"
Set myForward.Recipients.cc
End Function

I cannot find any examples of Outlook VBScript. If find several VBA for Excel. Any suggestions/help would be GREAT.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top