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 have a few blank Image Controls on a form. When a command button is
clicked, a picture is assigned to the Image Controls. When the command
button is clicked again, I would like all of the Image Controls to
"reset" back to being blank (ie no picture assigned). Anyone have an
idea how to remove an assigned picture from an image control?

Thanks.