I have two columns,
A B
1 AAA
2 BBB
3 CCC
"A" with data and "B" blank.
I put a formula in (B1) and then want to fill the rest of col B with same formula for as many records as are in "A" WITHOUT going past the end of the length of col "A". Length of "A" will change, so the "B" fill function must be dynamic to determine if there is a record in "A". Copy/paste column and "Range(Selection, Selection.End(xlDown)).Select" don't work because they select 65536 rows and I just need to go to length of Col A.
Thanks for any help.
jdttek
A B
1 AAA
2 BBB
3 CCC
"A" with data and "B" blank.
I put a formula in (B1) and then want to fill the rest of col B with same formula for as many records as are in "A" WITHOUT going past the end of the length of col "A". Length of "A" will change, so the "B" fill function must be dynamic to determine if there is a record in "A". Copy/paste column and "Range(Selection, Selection.End(xlDown)).Select" don't work because they select 65536 rows and I just need to go to length of Col A.
Thanks for any help.
jdttek