View Single Post
 
Old 10-16-2014, 05:56 PM
CoolBlue's Avatar
CoolBlue CoolBlue is offline Windows 7 64bit Office 2013
Advanced Beginner
 
Join Date: Jun 2014
Location: Australia
Posts: 40
CoolBlue is on a distinguished road
Default Triggering event on hyperlink notifying user before redirecting

I assume you are talking about a hyperlink in an excel document. You can make a macro in vba and put the name of the macro in the hyperlink where the link address would normally go. The macro will be fired when you hover the mouse pointer over the link.
=IFERROR(HYPERLINK(MyMouseOverEvent(),"Click here"), "Click here")
Reply With Quote