Excel Tooltip on listview in a VBA for Excel

Joined
Sep 1, 2005
Messages
6
Reaction score
0
Possible to show tooltip in vba lisview but only for column 3 and 4.
tks.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top