Wow! Very interesting functionality
I looked at the VBA code – but cannot figure out how to modify the code to do the following:
I have an Excel sheet named C:\Totalresult.xls and this Excel sheet contains 3 different worksheets named “Total”, “Weekly” and Daily. I would like to send an e-mail with the text-information from the cells B1:D100 in the worksheet “Total” in Spread sheet called Totalresult.xls
In other words:
I would like to copy the content in the cells and paste it into the body in an Untitled Message in Outlook – and send it automatically (from my own e-mail account
sven@company.com ) . The goal is to send it every day so it would be nice to also have an e-mail Subject text taken from the cell A1 in the same worksheet “Total”. For example the cell A1 contains the text “CompanyTotalResult date: 10/10/2007”.
The mail shall be sent to two specific e-mail addresses
person1@company.com and
person2@company.com
Please note that the Excel sheet Totalresult.xls contains both formulas and pure text – but the e-mail shall only consist of pure “text” even if the cell is built up with a formula (For example using functions like =CONCATENATE()
I’m using Excel 2003 and Outlook 2003
Thanks a lot,
Sven
Bookmarks