View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
juniorc juniorc is offline
external usenet poster
 
Posts: 1
Default Button to generate report

Hi, I'm very new to VBA. I have a worksheet with 5 fields (a1-a2-a3-a4-a5). I
want to create a button that will generate a new file to make some sort of
invoice with the name in cell a1 and the numbers in cells a2-a3-a4-a5. How
can I do this?

Thanks.