Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo to everyone !!
Is it possible see the TAB "ANALYSE CLASSE" in automatic and alway when clik on button-Text "GHOL" ?
Hi,
Like this????
Thanks,
AS
yess.... but more easy:
sub contenitore
Set ContainerObj = ActiveDocument.GetSheetObject("CT14")
set ContProp=ContainerObj.GetProperties
ContProp.SingleObjectActiveIndex = 1
ContainerObj.SetProperties ContProp
end Sub
Thanks giakoum and amit.saini