Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need some help in Buttons.
Requirement:
Can anyone show me a sample example on this? Or any better alternate way to do this?
Regards!!!
Hi
PFA sample QVW.
Hope this helps.
Thanks
Sabal
- define a variable vshow (0 = show main,1 = show first sheet, .....)
- in every sheet go to General --> Show sheet --> Conditional and add an expression
=$(vShow)=0 (this is for main, adapt to other sheets)
- add the buttons with action as image
see attachment
Thanks a ton Sabal for this quick help. Its really appreciated. I got the concept!!!
Thanks a ton Massimo for this explanation!!!.
Its really appreciated. I learnt the concept.