View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tina tina is offline
external usenet poster
 
Posts: 139
Default New to macros, need to update worksheets

I've just learned how to do macros in a class and am hoping to apply it to
something at work.

We have a workbook (with MANY spreadsheets) that reflect billing. The main
sheet is updated each month - Column H has January info and Column I will
have Feb info.

Then there are sheets for each program. Each sheet has some numerical data
and a chart. After January's information was entered, the data on each sheet
was manually changed to refer to column H. Once Feb's info is entered, it
will manually be changed to refer to column I (the new data). Is this
something that can be automated with a macro??

Bear with me because this is to new to me, but I know there has to be a
better way to handle this workbook.