Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try adding .zorder 1 in the with block
Thanks for your replay.
Is it .Zorder=1?