View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
VBA Fun VBA Fun is offline
external usenet poster
 
Posts: 5
Default Multi-page and Scroll bars

I have a multipage object on a userform. I programatically add a number of
controls. Depending on the number of conrols I add, I want to have the
scrollbars function to allow the user to see all of the controls.

I can make the vertical scroll bar visible and keep it visible...but
regardless of what I do, the scroll bars don't function.

Any advice?
--
VBA Fun