Thread
:
macro to conditionally delete 3-row blocks in excel
View Single Post
#
5
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
macro to conditionally delete 3-row blocks in excel
Hi Marty,
Set SH = WB.Sheets("Sheet1") b '<<=== CHANGE
should read:
Set SH = WB.Sheets("Sheet1") '<<=== CHANGE
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones