B
Bill A
I'm dealing with a weekly list that is broken into various segments,
separated by a header line. I'm trying to build a macro that will copy
all the data in say the first segment to another sheet for sorting, etc.
..
My previous Lotus experience (say 6 years ago) would let me do a
"end", "dn arrow" to get to the next header line, then copy back up to
capture my data. When I do that with excel in captures the cell
address at the end of the "end"+"dn arrow" sequence and stores that
cell address as part of the macro (eg. G51). If I use the macro on a
new list where the next header line is at say row 45, the macro will
still go to line 51 and copy from that point.
Maybe my "end , down" is the wrong approach. Any suggestions??
Thanks
separated by a header line. I'm trying to build a macro that will copy
all the data in say the first segment to another sheet for sorting, etc.
..
My previous Lotus experience (say 6 years ago) would let me do a
"end", "dn arrow" to get to the next header line, then copy back up to
capture my data. When I do that with excel in captures the cell
address at the end of the "end"+"dn arrow" sequence and stores that
cell address as part of the macro (eg. G51). If I use the macro on a
new list where the next header line is at say row 45, the macro will
still go to line 51 and copy from that point.
Maybe my "end , down" is the wrong approach. Any suggestions??
Thanks