Event Name for clicking next tab

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I may not be using the right terminology here, but hopefully someone will
know what I mean and be able to help.



I have a form with a tab-control which has 5 tabs. I want to initiate a
macro when a specific tab is clicked. I thought there would be an event
that I use to run the macro when the tab I want is clicked, but I can't seem
to find it. Is there one out there?
 
I have a form with a tab-control which has 5 tabs. I want to initiate a
macro when a specific tab is clicked. I thought there would be an event
that I use to run the macro when the tab I want is clicked, but I can't seem
to find it. Is there one out there?

Yes. It is the Change event of the *tab control itself* - not of the
individual page.

John W. Vinson [MVP]
 
John,

Thank you so much for your help!

Joe

John W. Vinson said:
Yes. It is the Change event of the *tab control itself* - not of the
individual page.

John W. Vinson [MVP]
 
Back
Top