Tab Contol auto opens when hovering (1 Viewer)

musclecarlover07

Registered User.
Local time
Today, 09:53
Joined
May 4, 2012
Messages
236
So I ave a tab Control with 5 tabs. When I hover or move across each tab name it auto opens that page, so I don't have to click to open. How do I get the VBA for this?
 

apr pillai

AWF VIP
Local time
Today, 21:23
Joined
Jan 20, 2005
Messages
735
Mouse-Move or Tab Page Click will not fire the required event to execute whatever you write in the Event Procedure. But you can create methods that gives the required effect.

Check the following link and use Mouse-Move Event Procedure for the Command Buttons rather than click event procedure used in the article:

Control SetFocus on Tab Page Click
 
Last edited:

Users who are viewing this thread

Top Bottom