Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I have multiple rows like the tabstrip??
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
which object do you want to have the multiple rows?
"TEB2" wrote: How can I have multiple rows like the tabstrip?? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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?? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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?? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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?? |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think you can.
HTH. Best wishes Harald "TEB2" skrev i melding ... How can I have multiple rows like the tabstrip?? |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Teb2
Do you have large enough number of pages that they do not fit into one row? The additional rows only appear if needed. I am sure you are aware of this but just wanted to confirm. Alok "TEB2" wrote: How can I have multiple rows like the tabstrip?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Value Property vs Text property | Excel Programming | |||
Runtime error 380: Could not set the List property. invalid property value of listbox | Excel Programming | |||
Is there a Filename property in PrintOut property | Excel Programming | |||
Multipage | Excel Programming | |||
Multipage | Excel Programming |