View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jean[_4_] Jean[_4_] is offline
external usenet poster
 
Posts: 10
Default Displaying a picture by pushing CommandButton

Hi,

I am relatively new at Excel VBA, but have used Access VBA in the past
and need a few tips to do the following seemingly simple task.

I have a spreadsheet, with a comand button cmdShowPic. When the user
clicks on cmdShowPic, it must show a picture that I specify.

My question is: how do I implement this? To start, do I simply copy and
paste the pic into the spreadsheet? And how do I caal a method that
will show the pic? I am not sure how to do this, maybe with a User
Form?

Thanks in advance for the help!

J