S
sony654
Help. I am building a macro that always references the same worksheet totals
and should copy the result back to the starting cell (which changes each time
the macro is run). I can get it to work but the result always returns to
same range of cells which is not the objective. I always want the result to
return to the starting point.
See Below: when the curser starts under 1/06, the total copys there. When
the curser starts under 1/07, the macro should return under 1/07 and copy
there. But when I run the macro it always returns under 1/06.
totals 1/06 1/07 1/08
3.00 3.00 ***
7.00 7.00
6.00 6.00 *** New total should copy under 1/07
4.00 4.00
20.00 20.00
How do I get the macro to return the result to the starting point?
Thanks for your help
and should copy the result back to the starting cell (which changes each time
the macro is run). I can get it to work but the result always returns to
same range of cells which is not the objective. I always want the result to
return to the starting point.
See Below: when the curser starts under 1/06, the total copys there. When
the curser starts under 1/07, the macro should return under 1/07 and copy
there. But when I run the macro it always returns under 1/06.
totals 1/06 1/07 1/08
3.00 3.00 ***
7.00 7.00
6.00 6.00 *** New total should copy under 1/07
4.00 4.00
20.00 20.00
How do I get the macro to return the result to the starting point?
Thanks for your help