Cells.Clear
Ben
I would just use a range.
ActiveSheet.Range("B3:B65536").Clear
Do you need this in a macro?
Might be just as eay to select B3 then SHIFT + End + DownArrow and
EditClearAll
Gord Dibben MS Excel MVP
On Wed, 24 Jan 2007 13:55:01 -0800, Ben Dummar
wrote:
Is there a way to change "Cells.Clear" so
that it only clears a certain section instead of the whole sheet? We used
abbreviations for our sheet names but would like to have the longer name next
to the abbreviated hyperlink for people new to the abreviations.
I have modified it so that the hyperlinks appera in Column B, starting in
cell 3, can we have it clear only column B from 3+ instead of the whole sheet?
|