show info commandbutton

C

canvas

Hi,

I have a commandbutton start and I want it to show a description
botton with the word form when I put the mouse over.

Thanks!!
 
R

Robert Flanagan

I'm not certain what you mean. Do you mean you want a form to appear when
you hover over the button? This is not possible. You must click on the
button. And it must have a macro assigned to it to display the form you
create.

Robert Flanagan
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel
 
C

canvas

Hi, Robert

Thanks for your time.

No, I don´t want a form to appear, I want a description text of the
commandbutton to appear when I hover over that says form.

Thanks in advance
 
R

Robert Flanagan

In Excel 2003, you can select View, Toolbars, Customize. Then right click
on the button and set the Name property. If you are creating the toolbar
and button via macro, then this is the Caption property of the button.

Robert Flanagan
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

Hi, Robert

Thanks for your time.

No, I don´t want a form to appear, I want a description text of the
commandbutton to appear when I hover over that says form.

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top