Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7683943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:54:43+00:00 2026-05-31T18:54:43+00:00

In VBA programming, is it possible to hide the ToolTipText for a Slider Bar?

  • 0

In VBA programming, is it possible to hide the ToolTipText for a Slider Bar?

The picture below shows a Slider Bar on a form in a Microsoft Access database. I would like to hide the ToolTipText in the red circle.

The reason I want to do this is because the Slider Bar cannot show decimal values (example: 0,1), so I want to display the values in a box next to the slider after they are scaled to decimal values. I know how to do this, but not how to hide the ToolTipText for the Slider that shows only integer values.

Slider Bar

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T18:54:44+00:00Added an answer on May 31, 2026 at 6:54 pm

    There is no easy way to remove that indicator as it’s not exposed through the control itself.

    However, there are a couple of solutions:

    1. Subclassing the control and intercepting Windows messages

      Not for the faint of heart, complex and overkill, but you theoretically could intercept windows messages and drop those that correspond to the tooltip.
      This is not easy in VBA at all, and I wouldn’t even try it.
      If you feel like delving into this, have a look at an example in KB278379

    2. Just display something else.

      More interesting is the ability to change the displayed text to something else:

      Slider with custom text

      To change the text, handle the Scroll event and update the slider’s Text property:

      Private Sub MySlider_Scroll()
          MySlider.Text = "Awesomeness: " & (MySlider.Value * 7.89)
      End Sub
      

      The event is not visible from the control’s properties themselves, but if you open the IDE and select the Slider from the list of controls, you will be able to create the code for handling the Scroll event:

      Scroll Event handler

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm programming in Microsoft VBA. At first I need to generate a QueryTable with
If you were programming a small database application in .NET 2008 right now would
The below VBA in MS Access is run to format my Excel sheet. However,
I'm programming VBA for Word 2007. I've created a UserForm which I need to
I have been programming 10 years, mostly in vba and vb.net but I know
VBA is a programming language so I'll assume this question is ok on SO.
I am very much a beginner when it comes to VBA programming. I have
I'm new to programming in VBA, but what I'm trying to do right now
I am building some material for OOP (object oriented programming) in VBA. Can anybody
I have developed a little software in ACCESS/VBA. It dealt with Lotus Notes so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.