Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
So I've run into a bit of a pickle and not sure how to solve it.
Our QlikView app can create powerpoint presentation. So far we haven't had any issues, but the macro was running on 100% extract setting. Now bumping it up to 400% it starts failing. We get these pop ups:
Setting it to 250% it still works, but we'd like to have it at 400% just because its less blurry pictures then.
Any idea how I could fix it?
I was thinking maybe once it pastes the graph in the presentation, I could tell the macro to forget what it has copied?
Just so you know where the percents are coming from: User Preferences... -> Export -> Clipboard Zoom:
Adding .WaitForIdle helped
Adding .WaitForIdle helped