S sal21 Joined Sep 1, 2005 Messages 6 Reaction score 0 May 3, 2018 #1 Possible to show tooltip in vba lisview but only for column 3 and 4. tks.
Abraham Andres Luna Child of God Joined Mar 14, 2018 Messages 699 Reaction score 227 May 3, 2018 #2 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.
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.