View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nilotpol[_2_] Nilotpol[_2_] is offline
external usenet poster
 
Posts: 1
Default Excel Macro with custom subject line

Excel sheet contains information like the following.

Name Number Email
Paul 123456
Robert 654321


Name = a1
number = b1
Email = c1

the data listed accordingly.

Email to be composed as

To:


hi Paul,

you <number

everyday the data changes with total number. Ranges from 5 -50 or
more.

how do i do it?

thanks