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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
srinivasa1
Creator II
Creator II

sendtoback in vbscipt

Hi

I have vb script as below for pptsilde creation

with PPSlide.Shapes.Paste
            .Left = 200
            .Top = 400
             .Width=175
        ''.height=300

                                    .SendTOBack=True  is not workin

end with

i would like add image as  sendtoback in vbscipt can any suggest how i achive this.

Thanks

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try adding .zorder 1 in the with block


talk is cheap, supply exceeds demand
srinivasa1
Creator II
Creator II
Author

Thanks for your replay.

Is it .Zorder=1?