Send filtered range by e-mail (with total)

mcoelho

New Member
Joined
Jun 7, 2009
Messages
24
Hi everybody,

I've got quite a challenge. Every month I receive a huge file from the mobile phone company with the call details of every employee. Something like:

Phone number / Number dialed / Call date / Duration / Cost

I have to send every employee the details of his/her calls.

I'd like to have Excel do the following:
-Filter the range to find unique cell phone numbers and group them
-Create a total for the cost column (for each mobile phone number/group)
-Put this filter in an e-mail
-Send it to the e-mail of the phone number's owner

This would really be a time-saver.

Of course, I would have to have a worksheet with the mobile phone number and the owner's e-mail where the macro would find the corresponding e-mails.

I know there are tools to do this out there, namely http://www.rondebruin.nl/mail/folder3/row2.htm

but I can't insert a subtotal on the filtered range before collating it on the e-mail.

Can somebody please help?

Thanks a lot,
Regards
Miguel
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Create/Erase a temp worksheet.
Filter for a particular phone number.
Copy all visible rows to a temp worksheet.
Add the total row.
Send that worksheet.
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,468
Members
453,726
Latest member
JoeH57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top