Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro adding movetoexcel symbol in the title

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





3 Replies
sparur
Specialist II
Specialist II

Hello.

set mybox = ActiveDocument.GetSheetObject("CH01")
mbp = mybox.GetProperties
mbp.Layout.Frame. XLIcon = true
mybox.SetProperties mbp

Not applicable
Author

Thanks

Not applicable
Author

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?