Thread
:
Macro to select cells at current cell
View Single Post
#
3
Posted to microsoft.public.excel.programming
excel-ant
external usenet poster
Posts: 26
Macro to select cells at current cell
Hi Amy,
You certainly can
==========================================
Sub Hide3Rows()
qrow = ActiveCell.Row
Rows(qrow & ":" & qrow + 2).EntireRow.Hidden = True
End Sub
==========================================
Ant
http://www.excel-ant.co.uk
Reply With Quote
excel-ant
View Public Profile
Find all posts by excel-ant