I need to activate a specific Sheet if corresponding tab is activated
XML \[code\]<tab id="books" label="books" onAction = "goTo1">\[/code\]VBA \[code\]Sub goTo1()Sheet1.ActivateEnd Sub\[/code\]It seems onAction attribute for tab element doesn't exist (noComment)
Is there another way to do this?
XML \[code\]<tab id="books" label="books" onAction = "goTo1">\[/code\]VBA \[code\]Sub goTo1()Sheet1.ActivateEnd Sub\[/code\]It seems onAction attribute for tab element doesn't exist (noComment)
Is there another way to do this?