View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mohan Manicks Mohan Manicks is offline
external usenet poster
 
Posts: 2
Default Excel contents to Outlook email

Hi,

Is there a way to get the contents (few cell values) form
an Excel worksheet into a new outlook email throug VBA. I
don't want to attach the entire file.

Also, is there a way to get the file size (in KB) into
Excel sheet through VBA. I am already opening this text
file and copying the contents into the excel sheet through
VBA. I also want to get the file size.

Any help would be appreciated.

Thank you.