View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jimmy Jimmy is offline
external usenet poster
 
Posts: 1
Default How to put the image under the text

Help! I can add an image (.jpg) to Excel through Shapes-AddPicture,
but how to put the image under the text, I have tried
sShape-ZOrder(Office::msoSendBehindText); no lucky.

anyone can help?