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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Web macro to fit-to-screen

Hi everybody,

is there any way to create a macro to fit a page to screen resolution when viewing on a browser without IE-plugin?

Thanks!

Giovanni

2 Replies
m_woolf
Master II
Master II

Have you tried:

Sub ZoomToFit

rem ** fit active sheet to window and apply same zoom to all sheets **
ActiveDocument.ActiveSheet.FitZoomToWindow
' ActiveDocument.GetApplication.WaitforIdle
' ActiveDocument.ActiveSheet.ApplyZoomToAllSheets
End Sub

Not applicable
Author

i've already tried but it doesn't work without IE plugin.

i think there are such restriction to macro utilisation, because the GoToSheet and many others still work both via client and browser (without IE-plugin).

any other suggestion?

G