View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Userform, multipage, select a tab

Jos,

You need to set the value property to the page index (less 1, 0 based)

Me.MultiPage1.Value = 2

as an example sets Page3

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jos Vens" wrote in message
...
Hi,

how can I select a certain tab in my multipage object in the Userform
initialize section?

Libra_FrmParameters.mpParameters.tLibra.Select
Libra_FrmParameters.mpParameters.tLibra.Activate

both doesn't work

Thanks
Jos