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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.



Labels (1)
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!