I have a pivot table set up that displays:
NAME-----NUMBER-----DATE-----TOTAL(based on how many numbers under a name)


I am trying to send an email to the person in NAME containing all of the NUMBER values that are related to them.
I am having trouble going about how i would grab the list of NUMBERs in VBA and then place that in the body of an email.

Can anyone help out?