Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have an issue with linking the buttons to particular sheets in my file.I have linked them but I want to hind the unwanted sheets when their corresponding buttons are not clicked.
if you see my file:
when I click buttons A/B it should show sheets A and B but not C and when I click on C it should show me only C .the main tab should always be present.I am stuck up in doing this,can anyone help me out??
regards,
Sahana
Create buttons and a variable vShow
Then on Button A set an action as
External-->Set Variable
Variable : vShow
Value : 1
goto sheet1/sheet2
set conditional diaply
vShow=1
Use trigger to set variable and use that variable in the conditional display expression like in attached qvw.
Hi tresesco,
thanks for the response.
IF I want to display both the sheets A and B for botton A then how could I do this??
set variable to same value ,
i mean in general of both sheet set variable =1 on btutton click
Create buttons and a variable vShow
Then on Button A set an action as
External-->Set Variable
Variable : vShow
Value : 1
goto sheet1/sheet2
set conditional diaply
vShow=1
Thanks a lot all for your valuable help.
You are Welcome..
just the way of describing matters here