Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default show message

is there a way to show an information message when the cursor passes over a
specific cell?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default show message

Mark,

You can insert a comment into the Cell. No programming required

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default show message

Mark

InsertComment might do?

Gord Dibben Excel MVP

On Thu, 18 Dec 2003 18:58:46 -0500, "Mark Kubicki"
wrote:

is there a way to show an information message when the cursor passes over a
specific cell?


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default show message

exactly like a comment, except...
without that annoying little red triangle,
AND
i would want to program what the text of the message would be, (which would
vary -depending on other conditions)

----------------------------
is there a way to
<Gord Dibben wrote in message
...
Mark

InsertComment might do?

Gord Dibben Excel MVP

On Thu, 18 Dec 2003 18:58:46 -0500, "Mark Kubicki"


wrote:

is there a way to show an information message when the cursor passes over

a
specific cell?




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default show message

This may not be the best way but I can get the "Hyperlink" function to
work for this.....give this a try.....

Select the cell you'd like to have the comment pop-up from, then right
click and choose "Hyperlink" from the drop-down. Click the
"ScreenTip..." button in the upper right corner of the Insert Hyperlink
dialog box and enter the message you want to pop-up.

Unless you want to actually set a hyperlink within this cell I would
suggest setting "Cell reference" to this same cell.

Also, this will re-format the cell for blue/underlined text. You can
change the formatting to what ever you like and it will still work.

This won't work for your "conditions" problem though.


---
Message posted from http://www.ExcelForum.com/



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 459
Default show message

Well, you could use an invisible ActiveX control (e.g. an Image
control) from the Controls Toolbar placed over the cell and show a
label in its MouseMove event. But you'd need to detect when the mouse
moves away from the Image, so you'd need another invisible Image
control significantly larger than the original and hide the label in
its MouseMove event. Then you've got to handle things like the user
clicks the invisible controls, resizes/deletes the columns/rows etc.
All this is do-able but you wouldn't want to do it for more than a few
cells on a worksheet. And it's difficult to describe so if you're
interested, post back and I'll send you some demo code.

Or you could live with the little red triangle.

--

"Mark Kubicki" wrote in message ...
exactly like a comment, except...
without that annoying little red triangle,
AND
i would want to program what the text of the message would be, (which would
vary -depending on other conditions)

----------------------------
is there a way to
<Gord Dibben wrote in message
...
Mark

InsertComment might do?

Gord Dibben Excel MVP

On Thu, 18 Dec 2003 18:58:46 -0500, "Mark Kubicki"


wrote:

is there a way to show an information message when the cursor passes over

a
specific cell?


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default show message

lol

thanks... it was for convenience, and not essential; for that much effort,
it's now for the "abandoned idea bin" !!

(and, you were precisely right about the user delete/resize issues; if you
know of a good (reading?) source for approaches to these types of issues,
I'd really like to know...)

again thanx

mark

----------------------------------------------------------------------------
------------------



"onedaywhen" wrote in message
m...
Well, you could use an invisible ActiveX control (e.g. an Image
control) from the Controls Toolbar placed over the cell and show a
label in its MouseMove event. But you'd need to detect when the mouse
moves away from the Image, so you'd need another invisible Image
control significantly larger than the original and hide the label in
its MouseMove event. Then you've got to handle things like the user
clicks the invisible controls, resizes/deletes the columns/rows etc.
All this is do-able but you wouldn't want to do it for more than a few
cells on a worksheet. And it's difficult to describe so if you're
interested, post back and I'll send you some demo code.

Or you could live with the little red triangle.

--

"Mark Kubicki" wrote in message

...
exactly like a comment, except...
without that annoying little red triangle,
AND
i would want to program what the text of the message would be, (which

would
vary -depending on other conditions)

----------------------------
is there a way to
<Gord Dibben wrote in message
...
Mark

InsertComment might do?

Gord Dibben Excel MVP

On Thu, 18 Dec 2003 18:58:46 -0500, "Mark Kubicki"


wrote:

is there a way to show an information message when the cursor passes

over
a
specific cell?




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
show a message if print CC Excel Discussion (Misc queries) 2 February 17th 10 10:05 AM
Show message on locked cells Sean Bishop[_2_] New Users to Excel 3 April 22nd 09 04:16 AM
Show a message but not in MsgBox RobN[_2_] Excel Discussion (Misc queries) 2 May 30th 08 11:58 PM
message box does not show Marilyn Excel Discussion (Misc queries) 2 May 15th 08 11:44 PM
Can I add a pop-up message that will show when a workbook opens Cruisin Lo Excel Discussion (Misc queries) 5 June 28th 06 07:17 PM


All times are GMT +1. The time now is 02:20 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"