Anandpersad
New Member
- Joined
- Oct 18, 2014
- Messages
- 31
Hi All,
Please help with a VBA to hide / unhide rows based on named cell areas.
I have a dropdown button with the following options:
New > 250 but <750
New >750
Existing >250 but <750
Existing >750
Ending
I have the following named areas:
Pricing : rows 36-57
Customer : rows 62-65
Payment : rows 62-65
History : rows 80-89
Vote : 90-96
I am looking for a VBA to do the following:
New > 250 but <750 choosen, than hide Pricing, Customer, Payment, History and Vote
New >750 choosen, than hide Payment and History hidden. Pricing, Customer and Vote unhidden
Existing >250 but <750 than hide Pricing, Customer and Vote hidden. Payment and History unhidden
Existing >750 choosen, nothing hidden. Showing all rows 1-98
Ending choosen, than rows 35-97 hidden
Thanks in advance for your help.
Anandpersad
Please help with a VBA to hide / unhide rows based on named cell areas.
I have a dropdown button with the following options:
New > 250 but <750
New >750
Existing >250 but <750
Existing >750
Ending
I have the following named areas:
Pricing : rows 36-57
Customer : rows 62-65
Payment : rows 62-65
History : rows 80-89
Vote : 90-96
I am looking for a VBA to do the following:
New > 250 but <750 choosen, than hide Pricing, Customer, Payment, History and Vote
New >750 choosen, than hide Payment and History hidden. Pricing, Customer and Vote unhidden
Existing >250 but <750 than hide Pricing, Customer and Vote hidden. Payment and History unhidden
Existing >750 choosen, nothing hidden. Showing all rows 1-98
Ending choosen, than rows 35-97 hidden
Thanks in advance for your help.
Anandpersad