View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
GeorgeA GeorgeA is offline
external usenet poster
 
Posts: 29
Default Macro to aAutomating report

I have a spreadsheet with 3 worksheets. Sheet 1 contains the data which comes
from survey software, Sheet 2 runs calculations and Sheet 3 is the finished
report which is then saved as PDF. To make a report, I copy and paste the row
of data I need into Row 2 of Sheet 1 (which Sheet 2 and 3 reference) and then
publish Sheet 3 to PDF. This works well if there only a few reports to
create, but I now have to do about 1500 (rows 11-1500) and need to automate
the process.
I think I need a macro that will copy Row 5 and paste into Row 2, then
publish Sheet 3 to PDF and save it as €ś[columnC] [columnD] Report€ť, then move
onto Row 6, etc..
Hoping someone can help since Im not an expert with coding.
Thanks in advance!