Posted to microsoft.public.excel.programming
|
|
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
|