Thread: SendMail
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
thomas donino thomas donino is offline
external usenet poster
 
Posts: 89
Default SendMail

When I use the line
wb.SendMail "","" all works fine

why when i replace the "" with two variables
EAddr which is dimmed as variant
and Subj which is dimmed as string

does the program barf on the sendmail line?