Thread: User Form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default User Form

Hello All,

I am trying to create a help form with "Next"
and "Previous" buttons. My form consists of 12 separate
images. I will use a list box to move through the images
(I think I can handle that part). I have the
userForm "activate" hiding all my images except the title
when opened. I need to identify the image that is
visible when the "Next" or "Previous" is clicked so I can
cycle to the next. My images are named img1, img2, etc.

Thanks in advance