View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Susan Susan is offline
external usenet poster
 
Posts: 1,117
Default Select page tab when form opens

sub userform_initialize()

with me
multipage1("page1").enabled
MultiPage1.Value = 1
MultiPage1("pageS1").txtClient.SetFocus
end with
end sub
xxxxxxxxxxxxxxxxxx
susan

wrote:
I have a form that has a number of pages on it.
How can I select which page to display when the form is opened?


TIA