Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have some tabs that I don't want to be displayed in the tabrow. I want users to see the 'parent' tab and when they go into that they can navigate with buttons with bookmark actions to go to other tabs, but I only want the parent tab to be visible in the tabrow.
I understand I can hide the tabrow completely and manage the navigation with actions etc, but I don't want to have to do this. Is ther ea way to hide just some tabs?
Thanks
Leslie
Hi I can help you to achieve this with combination of macro and variables.
Is this approach acceptable to you.
Hi,
You conditionaly hide the sheet and activate the sheet also, you need to put the conditions in properties -> Conditional setsome variable and try to change its value see the sheet goes hide.
Regards,
Anand
Hi,
See the attached sample file in this i conditionally toggle the value of the variable and on this sheet will hide and unhie. You are able to check this condition in yours application also.
If you have any sample file so provide to me.
Regards,
Anand
see the attached
might help u
Thank you all for the fast and very helpful responses.
I'm going to use Sunil's suggestion and set a variable with a button and use this value as the condition for visibility of the sheets.
Leslie