Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hii Community,
I wanted to create a button that would activate all the inactive sheets. I had implemented this by putting a variable in "Show Sheet" and used a button to set the variable 1 or 0. It worked well. But I dont want to put the variable in the sheet's "Show Sheet" everytime I create a new sheet. So is there a function or a way to get ID's of all Inactive sheets, so that I could put those ID's in a button and active them.
Interesting! I am trying to understand how would you make your sheet inactive without adding variable or expression to make sheet inactive? I am still thinking how sheet can me made inactive without adding anything in show condition.
Interesting! I am trying to understand how would you make your sheet inactive without adding variable or expression to make sheet inactive? I am still thinking how sheet can me made inactive without adding anything in show condition.
I guess you are right, I thought ActivateSheet action would do the job but that wasnt the case.