How do I select this range using code?
TBA,
Try this out:
range(range("B4"), Range("E" & Range("B4").CurrentRegion.Rows.count)).select
John
"TBA" wrote in message
...
Excel 2000
Windows 2k Pro
My StartCell is Range("B4").
My LastCell will be Range("E?") where the ? represents the last row
containing a value in either columns B through E.
-gk-
|