Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Adding a tip when the mouse is hovered over a shape in Excel....

Hi

I have written several macros and attached them to various autoshapes
within my spreadsheet. Hence when one of these shapes is pressed the
macro runs.

What I want to try and do is to display a tip or help when the mouse is
hovered over the shape so that the user doesn't by accident select the
wrong shape if they are not familiar with the workbook.

Please can someone help.

Cheers,

JB

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Adding a tip when the mouse is hovered over a shape in Excel....

Why not just put some text in the shape?

Tim

wrote in message oups.com...
Hi

I have written several macros and attached them to various autoshapes
within my spreadsheet. Hence when one of these shapes is pressed the
macro runs.

What I want to try and do is to display a tip or help when the mouse is
hovered over the shape so that the user doesn't by accident select the
wrong shape if they are not familiar with the workbook.

Please can someone help.

Cheers,

JB



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Adding a tip when the mouse is hovered over a shape in Excel....

I don't really want to clutter the layout with text and would therefore
rather keep with symbols.

The symbols are fairly obvious as to their meaning but I just want to
make sure.

Cheers.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Adding a tip when the mouse is hovered over a shape in Excel..

Think you would have to utilize a control that has a mouseover event such as
any control from the control toolbox toolbar. You would then have to utilize
that event to display or hide a textbox with your message.

--
Regards,
Tom Ogilvy


" wrote:

I don't really want to clutter the layout with text and would therefore
rather keep with symbols.

The symbols are fairly obvious as to their meaning but I just want to
make sure.

Cheers.


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding a tip when the mouse is hovered over a shape in Excel....


Intsead of using a mouse over type macro could you just use a hyperlink
screen tip. Not ideal but a solution non the less.


--
Jimbo1
------------------------------------------------------------------------
Jimbo1's Profile: http://www.excelforum.com/member.php...o&userid=30637
View this thread: http://www.excelforum.com/showthread...hreadid=544545



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Adding a tip when the mouse is hovered over a shape in Excel..

Hi Tom,

I was searching through previous posts and came up with this one that fits
my situation. I have a very large spreadsheet that I want to put "UserTips"
in specific cells. I looked at the control toolbox toolbar and thought that
I could put my tips for each cell into a separate text box but have no idea
how to use VBA to display the text box when the mouse hovers over the cell.
Suppose I name the text box by the cell location, for example I have text
boxes named A1, B16, D45. Can you help me with how that code would look?

Thank you

"Tom Ogilvy" wrote:

Think you would have to utilize a control that has a mouseover event such as
any control from the control toolbox toolbar. You would then have to utilize
that event to display or hide a textbox with your message.

--
Regards,
Tom Ogilvy


" wrote:

I don't really want to clutter the layout with text and would therefore
rather keep with symbols.

The symbols are fairly obvious as to their meaning but I just want to
make sure.

Cheers.


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Adding a tip when the mouse is hovered over a shape in Excel..

I think that the closest you can do using excel is to insert a comment in that
cell.

You can also show a message via Data|Validation when the cell is selected.

JOUIOUI wrote:

Hi Tom,

I was searching through previous posts and came up with this one that fits
my situation. I have a very large spreadsheet that I want to put "UserTips"
in specific cells. I looked at the control toolbox toolbar and thought that
I could put my tips for each cell into a separate text box but have no idea
how to use VBA to display the text box when the mouse hovers over the cell.
Suppose I name the text box by the cell location, for example I have text
boxes named A1, B16, D45. Can you help me with how that code would look?

Thank you

"Tom Ogilvy" wrote:

Think you would have to utilize a control that has a mouseover event such as
any control from the control toolbox toolbar. You would then have to utilize
that event to display or hide a textbox with your message.

--
Regards,
Tom Ogilvy


" wrote:

I don't really want to clutter the layout with text and would therefore
rather keep with symbols.

The symbols are fairly obvious as to their meaning but I just want to
make sure.

Cheers.



--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding cells with the mouse Edgar G Excel Discussion (Misc queries) 1 January 10th 09 02:23 AM
Comments Appearing When Cell Is Selected (Not Hovered Over) JB Christy Excel Discussion (Misc queries) 2 March 28th 06 09:57 PM
Format cells if hovered over or selected Adam R Excel Discussion (Misc queries) 2 April 25th 05 05:04 PM
Mouse-move flicker, modeless form & shape selected Paul Stevens Excel Programming 2 February 10th 04 02:07 PM
Programmatically adding buttons to a worksheet (Shape Object) Phil Excel Programming 3 January 26th 04 03:51 PM


All times are GMT +1. The time now is 11:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"