Display Worksheet image on a form

  • Thread starter Thread starter Dave Taylor
  • Start date Start date
D

Dave Taylor

Hi

I have a user form with 3 buttons and would like to place an image o
that form depending on which button is pressed.

I want to store the images on a Worksheet, I can see how to do it i
the images are on my drive but not when thet are on a sheet.

Can this be done
 
Hi

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

Alain CROS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top