Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Manual Zoom

Hi all, how can I make an "auto zoom macro", that is, a macro controlled by some kind of slide witch zoom the actual sheet?

I found in the ApiGuide a sort of macro that could have work, but it is not so.

sub AutoZoom

up = AcriveDocument.GetApplicazion.GetUserPreferences

up.ClipboardZoom=200

ActiveDocument.GetApplication.SetUserPreferences up

end sub

This sub does not work. Why?

Thank you very much.



3 Replies
Not applicable
Author

You can see the not-working-qwv.

Not applicable
Author

Hi,

here are an example.

Good luck!

Rainer

Not applicable
Author

Thank you, thank you, very much!