Thread: email
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MarcoPolo[_2_] MarcoPolo[_2_] is offline
external usenet poster
 
Posts: 2
Default email

i want to send authomatic excel files updated
i use
Set objOutlook = CreateObject("Outlook.application")
Set objItem = objOutlook.CreateItem(olMallitem)
and so on...

how can i put as objItem.body an html file or a text file?

tia