G Guest Jul 5, 2005 #1 Tab events in office xp don't work, i try a on click procedure one one the tabs and nothing happens.
T tina Jul 5, 2005 #2 i'm guessing you're wanting to run some code when the user moves from one tab to another? if so, try using the tab control's Change event. the value of the tab control is equal to the value of the currently selected tab's PageIndex property. hth
i'm guessing you're wanting to run some code when the user moves from one tab to another? if so, try using the tab control's Change event. the value of the tab control is equal to the value of the currently selected tab's PageIndex property. hth
M Marshall Barton Jul 5, 2005 #3 Maligs2001 said: Tab events in office xp don't work, i try a on click procedure one one the tabs and nothing happens. Click to expand... The Click event is weird and I don't know what good it is, maybe it's useful for a mouse move event?? You should be using the tab control's Change event.
Maligs2001 said: Tab events in office xp don't work, i try a on click procedure one one the tabs and nothing happens. Click to expand... The Click event is weird and I don't know what good it is, maybe it's useful for a mouse move event?? You should be using the tab control's Change event.