mrMozambique
Board Regular
- Joined
- Mar 9, 2005
- Messages
- 97
Hi all. This may be around somewhere in the forums, but I appear to be searching incorrect key words.
I have a range of columns (I:AQ) that a user can freely use to enter quantitative data. Each column represents a province of Vietnam. Column AR contains qualitative data (comments) that can be used to explain the quantitative data in columns I:AQ. The large majority of users will use only a few columns. However, I needed to open it to 35 columns to accommodate a small group of users that work in many provinces.
I'd like to create a combobox or validation list in a cell where users select the number of provinces they work in and then run a macro to display the number of columns the user selects. For example, if the user selects 10 provinces, columns I:R will be displayed and S:AQ are hidden.
I'm sure this is possible, but I'm only an beginner/intermediate VBA programmer. Any suggestions?
Thanks in advance.
I have a range of columns (I:AQ) that a user can freely use to enter quantitative data. Each column represents a province of Vietnam. Column AR contains qualitative data (comments) that can be used to explain the quantitative data in columns I:AQ. The large majority of users will use only a few columns. However, I needed to open it to 35 columns to accommodate a small group of users that work in many provinces.
I'd like to create a combobox or validation list in a cell where users select the number of provinces they work in and then run a macro to display the number of columns the user selects. For example, if the user selects 10 provinces, columns I:R will be displayed and S:AQ are hidden.
I'm sure this is possible, but I'm only an beginner/intermediate VBA programmer. Any suggestions?
Thanks in advance.