F
Fan924
Excel 97. I want to replace this with a variable names.
Range("C100
200").Select
Start=100
Stop=200
How do I word this to select C100 thru D200?
Range("C100
200").SelectStart=100
Stop=200
How do I word this to select C100 thru D200?