S
Steve__
I want in a macro to be able to select only the range of
cells that contain data. What is the macro formula to
select this data?
Note: The beginning range will always be A1, however the
end range (ctrl+end) will vary.
I know I can select the end of the range via a macro
with:
ActiveCell.SpecialCells(xlLastCell).Select
However, that is where I am stuck.
Thanks!
cells that contain data. What is the macro formula to
select this data?
Note: The beginning range will always be A1, however the
end range (ctrl+end) will vary.
I know I can select the end of the range via a macro
with:
ActiveCell.SpecialCells(xlLastCell).Select
However, that is where I am stuck.
Thanks!