I have a worksheet with almost 1000 rows of data (userids) in column B and locations for that data in column C.
In column A, I have email addresses for the owners of B. (there are 300 unique email addresses).
I'm not super awesome at VBA, but assume that there is VBA to "extract" the unique email addresses one at a time (i.e. create 300 emails) and insert the specific values from B and C where A matches the unique email address.
Thanks in advance!
In column A, I have email addresses for the owners of B. (there are 300 unique email addresses).
I'm not super awesome at VBA, but assume that there is VBA to "extract" the unique email addresses one at a time (i.e. create 300 emails) and insert the specific values from B and C where A matches the unique email address.
Thanks in advance!