View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] justin.arnold2@gmail.com is offline
external usenet poster
 
Posts: 20
Default How to create a trigger macro in Excel

I have a speadsheet with some data in it. If the data meets certain
conditions it needs to be sent out to 2 e-mail receipients. I need to
create a macro that converts this sheet to a pdf and e-mails it to
these two receipients. The variable is Yes or No. If the certain
conditions are met and cell B33 displays 'Yes' then the macro needs to
execute. Since I'm new to this I don't know where to begin. Can
someone help me?