![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 1
|
I want to have a map on an excel speadsheet. Would it be possible to have hotpoints in the picture so that a floating text box pops up as the cursor passes over the hotpoint? Is this possible via VB or would I have to use Java or HTML? Are these languages compatable with VB.
Thanks in advance |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Sure you can.
There may be other ways, but try this until you find a better way. Put a label or image box or ect on your sheet Make it transparent or the same color as your background if possible. In the object's MouseMove_Event, write your code to do whatever your heart desires. |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Hi
Me again... Here is another way to solve your prob open a new workbook draw out an imagebox on your sheet add this code to image1 mouse_move event Range("a1").Value = X Range("B1").Value = Y you can trap the mouse pointer location by approximation use select case for all of your popup graphics case else would close all popups Get it? |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|