Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to active or inatcive the print symbol and the movetoexcel symbol
here is the code to work with print symbol
mbp.graphLayout.Frame.PrintIcon = TRUE
What is the code tu use the movetoexcel symbol ?
Thanks
Hello.
set mybox = ActiveDocument.GetSheetObject("CH01")
mbp = mybox.GetProperties
mbp.Layout.Frame. XLIcon = true
mybox.SetProperties mbp
Thanks
Does this code affects all the objects(Ex: Straight table, pivot table and Bar graphs) in the Sheet CH01? Should this code be written in Triggers portion of CH01or where?