View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alain CROS Alain CROS is offline
external usenet poster
 
Posts: 4
Default Display Worksheet image on a form

Hi

Private Sub CommandButton1_Click()
Worksheets(1).Image1.Copy
Me.Paste
End Sub

Alain CROS

-----Original Message-----

Hi

I have a user form with 3 buttons and would like to place

an image on
that form depending on which button is pressed.

I want to store the images on a Worksheet, I can see how

to do it if
the images are on my drive but not when thet are on a

sheet.

Can this be done?


--
Dave Taylor
----------------------------------------------------------

--------------
Dave Taylor's Profile:

http://www.excelforum.com/member.php?
action=getinfo&userid=15137
View this thread:

http://www.excelforum.com/showthread...hreadid=314618

.