Cell comments - cursor passover

L

LAF

I have added cell comments to my worksheet, but they have always bee
static, meaning if you put your cursor on that cell it always display
the same text. Is there a way to create some sort of comment tha
would change depending on the information in the cell? When the curso
passes over the cell, the code would go pull in data from a MS Acces
table using the value in that cell as criteria
 
F

Frank Kabel

Hi
not possible without VBA. And pulling data from Access would be quite
complicated (if even feasible).
 
Top