View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default Multipage questions

Both with the value:

What page is active:
msgbox .MultiPage1.Value

Make a page the active page:
..MultiPage1.Value = 7

Keep in mind that the first page has the value 0.

RBS


"Tim" wrote in message
oups.com...
1) On a multipage, how can you tell which page is active?

2) On a multipage, how do you programatically select a page?