View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Hughes John Hughes is offline
external usenet poster
 
Posts: 5
Default Help! Basic Macro Question?

I have a worksheet that has 5 columns with approx. 600 rows. I need to
create a macro that finds in one of the columns a dozen or so strings of
text. I need to then take those rows that include each cell (containing the
string) and send that info (row of 5 cells) via email along with a
pre-determined text message.

I can figure out how to set up Outlook to do a mailmerge from MS Word, but
I need help to speed up my learning cure of macros so that I can actually do
my work.
What keywords should I be searching for in the development of this macro -
or better yet - does anyone have something close to help me?