Thread
:
Need a macro to delete selected rows
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Need a macro to delete selected rows
try this
ActiveCell.Resize(2, 1).EntireRow.Delete
--
Don Guillett
SalesAid Software
"RKettle" wrote in message
...
I need help to design an excel 97 macro that will delete
the currently selected row and a hidden one immediately
under it in their entirety.
Any help is appreciated
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]