Skip to main content
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

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?