Thread: Spin Button
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew[_14_] Andrew[_14_] is offline
external usenet poster
 
Posts: 1
Default Spin Button

How do I toggle through a group of images? Similar to
changing TV channels. I can do this with numbers, no
problem, but images? Any suggestions where to start?

Private Sub SpinButton1_Change()

End Sub

Thank you.