Thread
:
Select all but header row???
View Single Post
#
5
Posted to microsoft.public.excel.programming
Alok
external usenet poster
Posts: 318
Select all but header row???
You have already got so many options. Why not one more?
Sheet1.Cells.Resize(Sheet1.Rows.Count-1).Offset(1).Select
"Meltad" wrote:
Whats the macro code to select all cells except row 1????
Reply With Quote
Alok
View Public Profile
Find all posts by Alok