Showing Data with Mouse Movement Macro
There is an Excel file that teaches how to perform the Showing Data with Mouse Movement Macro operation.
Excel Format: Showing Data with Mouse Movement Macro
Related data is automatically displayed when the mouse cursor hovers over a cell. Additionally, interactive data display is provided using the VBA MouseMove event. Thus, users are able to access information without clicking. For this reason, a powerful technique is presented for creating interactive reports and dashboards. Therefore, Excel's event-driven programming capacity is explored through this example.
Hope it is useful.