Select rows using variables
Posted by Darin Wilmert on October 14, 2001 10:06 AM
Hi, I have a need in a macro to select a bunch of rows.
I know you can do something like thi:
Rows("1:5").Select
but I want to use variables instead, like this:
Rows("Beginning:Ending").Select
However, I can't get this to work. Is there any way
to accomplish this? I've tried every permeutation I can
think of, with or without quotes, everything. It won't
accept it with variables. Thanks.