The worksheet has two macros.
- macro1 clears all fields and hides rows and columns in worksheet
- macro2 opens a new worksheet
The worksheet asks a series of questions and depending on your response macro2 is applicable.
However, I want macro1 to hide macro2 button from view until the response is applicable.
I have tried to hide the row and column in macro1 but macro2 button is still visible.
Any ideas? thanks.
- macro1 clears all fields and hides rows and columns in worksheet
- macro2 opens a new worksheet
The worksheet asks a series of questions and depending on your response macro2 is applicable.
However, I want macro1 to hide macro2 button from view until the response is applicable.
I have tried to hide the row and column in macro1 but macro2 button is still visible.
Any ideas? thanks.