Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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