View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 2
Default Excel 97 VBA: Multipage set focus method

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