Thread
:
Select all but header row???
View Single Post
#
2
Posted to microsoft.public.excel.programming
Dave Peterson
external usenet poster
Posts: 35,218
Select all but header row???
with activesheet
.rows("2:" & .rows.count).select
end with
is one way.
Meltad wrote:
Whats the macro code to select all cells except row 1????
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson