Hello Guys, i have a command button placed in my word document. i want it to be able to display a tooltip text when the mouse hovers over it.

The issue now is that the VBA/form object property does not provide a tooltip property for the command button.

I also tried using the hyperlink feature in MS Word to produce a tooltip text/comment on the command butt when hovered, it works only when the design mode button on the developer tab is active (when this button is active, it does not execute commands tied to the click events but it displays the comments/tooltip text) but when the developer button is not active, the tooltip text does not show but the command button works fine.

So is there any way to go about achieving the tooltip text on the command button via VBA or if there is any other way to work with the hyperlink feature without it show the extra click to follow link it shows below the tooltip message.