Thread
:
Delete Row
View Single Post
#
2
Posted to microsoft.public.excel.programming
Sam Wilson
external usenet poster
Posts: 523
Delete Row
sub DeleteRows()
worksheets("test").rows("1:8").delete
end sub
"bijan" wrote:
Hi
I need a code to delete rows 1 to 8 in non-active sheet("test") without
select rows.
Thanks in advance
Reply With Quote
Sam Wilson
View Public Profile
Find all posts by Sam Wilson