Excel Tooltip on listview in a VBA for Excel

You can set the Cells Comment attribute and it will display in the ToolTip when the user mouses over it. Don't forget to ClearComments before you set the Comment using AddComment.
 
Back
Top