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

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

Zoom macro not working when maximizing / minimizing window

Hi all,

I'm using the macro Zoom to fit the sheet to window:

Sub Zoom

  ActiveDocument.GetApplication.WaitForIdle

  ActiveDocument.ActiveSheet.FitZoomToWindow

End Sub

This works correct while changing between the sheets, but when the user changes the window size by maximizing the Qlikview window, the macro is not triggered.

Is there a way to activate the trigger when the size of the Qlikview window changes?

0 Replies