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

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??