Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fit to Zoom macro on Ajax & Ipad

Hi All,

Does the fit to zoom macro work on Ajax client (without IE plugin) & ipad application?

Thanks

Arun

2 Replies
Not applicable
Author

This is the macro I am using for the same

sub FitZoomToWindow

  ActiveDocument.ActiveSheet.FitZoomToWindow

  ActiveDocument.GetApplication.WaitForIdle

  ActiveDocument.ActiveSheet.ApplyZoomToAllSheets

end sub

ashfaq_haseeb
Champion III
Champion III

Hi,

If you have Ajax then check this Extension.

Re: Fit Zoom to Window Document Extension

For IE use this macro.

Re: Implementation of Screen Fit in QV Document

Regards

ASHFAQ