+ Reply to Thread
Results 1 to 3 of 3

To display a message when mouse pointer over a button

  1. #1
    Registered User
    Join Date
    03-21-2005
    Location
    UK
    Posts
    19

    To display a message when mouse pointer over a button

    Hi,

    In VBA, how do you display a message(dialog box or comment) when your mouse cursor is over an object (button for example)?

    for example: if I put my cursor over the "B" in the toolbar, it will displays "Bold".
    I would like to know How I could do/progam that.


    Thank you very much for your help

    Sibilia

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Sibilia,

    If an object has a ToolTip property, set this to the message you want displayed. This option can also be hidden. So check your project by clicking Tools in the VBA Editor, Options and then select the General Tab. There is a checkbox that will hide or show the tool tips.

    Hope this helps,
    Leith Ross

  3. #3
    Registered User
    Join Date
    03-21-2005
    Location
    UK
    Posts
    19
    Hi Leith,

    Thank you very much for this help. For my understanding, it means that you can use the "tooltip" option only for objects insert in a toolbar. You can't do it for object floatting in your spreadsheet and not insert in a toolbar.
    Is this right?

    Thanks again

    Sibilia

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1