liabilityquek
New Member
- Joined
- Oct 17, 2021
- Messages
- 25
- Office Version
- 2019
- Platform
- Windows
Hi All
I am trying to work on a vba code to hide rows if 2 or more criteria have been met.
If Cell1 contains "Govt Agencies & Stat Board" and Cell2 contains "Yes", I would need to hide rows 5 rows
If Cell1 contains "Govt Agencies & Stat Board" and Cell2 contains "No", I would need to hide rows 5 rows
If Cell1 contains "Govt Agencies & Stat Board" and Cell2 contains "Credit Re-assessment", I would need to hide rows 5 rows
else
rows will not be hide
Thanks in advance!
I am trying to work on a vba code to hide rows if 2 or more criteria have been met.
If Cell1 contains "Govt Agencies & Stat Board" and Cell2 contains "Yes", I would need to hide rows 5 rows
If Cell1 contains "Govt Agencies & Stat Board" and Cell2 contains "No", I would need to hide rows 5 rows
If Cell1 contains "Govt Agencies & Stat Board" and Cell2 contains "Credit Re-assessment", I would need to hide rows 5 rows
else
rows will not be hide
Thanks in advance!