Akukorhonen
New Member
- Joined
- Jul 25, 2017
- Messages
- 8
Hey all!
A newbie to VBA here. I've been trying to search for this online already but couldn't find anything to fit my needs.
Here's the case:
I have created a sheet for tracking courses for 5 majors in my university. Based on a cell value B14 (dropdown list for choosing your major), the column A values will change to either to the course code (IEM311 for example) or to 9999 (meaning the row should be hidden). I'd need a code to do this and it should work both ways, hide and unhide, since some rows will be visible only on certain majors, and so on.
Rows the should be hidden(9999)/shown(other) based on Column A value. The range is A29:A180
Thanks for any help!
Cheers,
Aku
A newbie to VBA here. I've been trying to search for this online already but couldn't find anything to fit my needs.
Here's the case:
I have created a sheet for tracking courses for 5 majors in my university. Based on a cell value B14 (dropdown list for choosing your major), the column A values will change to either to the course code (IEM311 for example) or to 9999 (meaning the row should be hidden). I'd need a code to do this and it should work both ways, hide and unhide, since some rows will be visible only on certain majors, and so on.
Rows the should be hidden(9999)/shown(other) based on Column A value. The range is A29:A180
Thanks for any help!
Cheers,
Aku