Excel 97 VBA: Multipage set focus method
Multipage1.Value = 0
makes the first page the visible page. The page numbers are zero based.
Assume that is what you are asking.
--
Regards,
Tom Ogilvy
"David" wrote in message
...
I can't work out how to set the focus on a particular page
of a multipage control.
MultiPage1.SetFocus
The above gives the whole page control the focus but I
want to select Page1 in particular.
Many thanks
David
|