View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pdgarza pdgarza is offline
external usenet poster
 
Posts: 7
Default I need help creating a macro

I need to create a macro but am not real sure how. Here is what I am trying
to do.

In cell A6 is the current month. In cell A9-A22 I have a formula. Columns
E-P represent September-August (Sept is column E, October is column F, etc).
In cell E9-E22 (Sept), F9-F22 (Oct), etc. is the same formula that is in cell
A9-A22. (the formula is supposed to change depending on the month that is in
cell A6).

So I need to figure out a macro that if A6= September, then A9-A22 will =
E9-E22 (september data), and if I change A6=October, then A9-A22 = F9-F22
(october data), etc.

Thank you in advance!