View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon[_22_] Jon[_22_] is offline
external usenet poster
 
Posts: 7
Default Remove picture from Image Control?

I had to dig around awhile, but I finally found the answer:

Object.Picture = LoadPicture("")

So simple.