Refering to a Page on a Tabl Control

L

Lulu

I have a Tab Control. That tab control has 10 pages.

How can I write an expression which places the appropriate
page in to the following expression

TabCtl0.Pages(n).Caption

where n is the item number of the page selected?

Many thanks for any ideas
 
Top