In VBA programming, can I hide ToolTipText for the slider bar?
The figure below shows the slider bar in a form in a Microsoft Access database. I would like to hide ToolTipText in a red circle.
The reason I want to do this is because the slider bar cannot display decimal values ββ(example: 0.1), so I want to display the values ββin the box next to the slider after they are scaled to decimal values. I know how to do this, but not how to hide ToolTipText for a slider that shows only integer values.

source share