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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create object of outlook to send mail with vba

Status
Not open for further replies.

vietnguyen

Programmer
Oct 10, 2000
1
US
how i do to create a project to send mail using object of outlook
i referent ms outlook 5.0 library and i set
1) dim send as outlook.application (don't work)
2)set send = createobject("outlook.application") (activeX component can't create object)
please tell me the way to do it true [sig][/sig]
 
There is a FAQ posted with this solution in the VB - General Discussion Forum. [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top