brickwall823
New Member
- Joined
- Jul 24, 2015
- Messages
- 1
Hello!
I am just getting started with VBA, and am trying to figure out two separate but related questions.
I was hoping to set up a macro that would let me
1) Show columns where cell in row 2 equals values in 1 of 3 cells on a separate worksheet. So if the value in row 2 of current worksheet = value of cell 1 or cell 2, or cell 3 on a different worksheet, then show the column, otherwise hide it. The values of cell 1, cell 2 and cell 3 are dynamic and will change.
on the same worksheet
2) Hide rows where cell in column I, equal "Inside", "Outside", "In-and-Out" and show the rest
Thank you so much for you help!
I am just getting started with VBA, and am trying to figure out two separate but related questions.
I was hoping to set up a macro that would let me
1) Show columns where cell in row 2 equals values in 1 of 3 cells on a separate worksheet. So if the value in row 2 of current worksheet = value of cell 1 or cell 2, or cell 3 on a different worksheet, then show the column, otherwise hide it. The values of cell 1, cell 2 and cell 3 are dynamic and will change.
on the same worksheet
2) Hide rows where cell in column I, equal "Inside", "Outside", "In-and-Out" and show the rest
Thank you so much for you help!