thedeadzeds
Active Member
- Joined
- Aug 16, 2011
- Messages
- 407
- Office Version
-
- 365
- Platform
-
- Windows
Guys,
Is this at all possible in VBA based on worksheet called 'Sales'
if F6 = VW and I6 = Bristol, hide rows 64 to 65
if F6 = VW and I6 = Bath, hide rows 68 to 70 and 81 to 85
if F6 = VW and I6 is empty, hide rows 64 to 65 and 89 to 90
if F6 is empty and I6 is empty, show rows 64 to 100
Else show all rows
Is this at all possible in VBA based on worksheet called 'Sales'
if F6 = VW and I6 = Bristol, hide rows 64 to 65
if F6 = VW and I6 = Bath, hide rows 68 to 70 and 81 to 85
if F6 = VW and I6 is empty, hide rows 64 to 65 and 89 to 90
if F6 is empty and I6 is empty, show rows 64 to 100
Else show all rows