Thread: macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default macro


"John Davidson" <John wrote in message
...
Every day I create 2 reports for our accounting department. In these

reports
I gather an amount of data for that date, column 1 is the date and I sort

and
subtotal the data. I do this for two reports. Is there a way to automatic
this task.


If you do exactly the same every day, you should be able to automate this
task by recording a macro that you can call.

/Fredrik