Using tab captions as filter criteria

  • Thread starter Thread starter Jo Phillips
  • Start date Start date
Yes, you can use the Caption property of the page.
This will return the caption of the currently selected page:

Me.TabControlName.Pages(Me.TabControlName).Caption
 
Back
Top