View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
TEB2 TEB2 is offline
external usenet poster
 
Posts: 18
Default MultiPage - How to set MutiRow property?

Thanks Tom!

I didn't realize that the mulitirow option would not come up until you have
enough tabs to have multiple rows. Works great!

"Tom Ogilvy" wrote:

Works fine for me. I put in a default multitab (on a userform), Added
pages until I had 9 and set multirow to True. It gave me 3 rows of tabs.

--
Regards,
Tom Ogilvy


"TEB2" wrote in message
...
I have a MultiPage Control on an UserForm. The code I have is
"MultiPage1.MultiRow = True" but can't get it to work. I want the user to
see multiple rows like the TabStrip.



"Simon" wrote:

which object do you want to have the multiple rows?

"TEB2" wrote:

How can I have multiple rows like the tabstrip??