How to assign a variable in a range select
ActiveCell.Offset(0, ,4).Select
--
HTH
Bob Phillips
"Paul" wrote in message
...
I tried to assign a variable for a cell range and it returns with an
error.
Thanks.
ActiveCell.Offset(0, 1).Select
Range("ActiveCell.Offset(0, 0):ActiveCell.Offset(0,
4)").Select........this
code does not work
|