Defining Range
With Worksheets("Sheet1")
set rng = .Range(.Range("A2"),.Cells(rows.count,1).End(xlup) )
End With
similarly for b, c, d, e
--
Regards,
Tom Ogilvy
"MAB" wrote in message
...
How do I define a range from sheet1!a2 to the last nonempty cell in the A
column
The name of the range should be equal to sheet!a1 ( the top most cell )
similarly for other columns b, c, d, e
|