Refering to a Page on a Tabl Control

  • Thread starter Thread starter Lulu
  • Start date Start date
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
 
Use the value of the tab control

TabCtl0.Pages(Tablctl0).Caption
 
Use the value of the tab control

TabCtl0.Pages(Tablctl0).Caption
 
thanks. I also realized I needed to use the OnChange
event for the Tab Control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top