I want to popup images using mouseover NOT via the "comment" route

hupo72

New Member
Joined
Jun 13, 2016
Messages
2
Using the "comment" to popup images on mouseover is a great way.
Yet over a certain number of comments the files gets real "heavy" as it probably contains the images too.
I need a mouseover image popup system that takes into account some 100,000 or more images.
I was told that VBA does the trick. Anyone know how that would work? :confused:

Thank you :)
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi and welcome to the board.

There is no mouseover event for worksheets ... You could use a background timer to continiously track the mouse location and act accordingly based on the current range under the mouse pointer but that would put a strain on the system

RickXl posted in this forum a a neat trick that uses Hyperlinks to run macros when pointing to the cell that has the hyperlink in it ... It is ,IMO, a better approach than using a loop or a timer

Take a look at this thread
 
Upvote 0
Thanks Jaafar,
Looks like it might do the trick although I'll have to dig in a bit to understand it
Looks good. Thanks again :)
 
Upvote 0

Forum statistics

Threads
1,215,615
Messages
6,125,854
Members
449,266
Latest member
davinroach

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top