Thread: If Cursor = ??
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
PW11111
 
Posts: n/a
Default If Cursor = ??

Hi,

I need a some help with the following.

I have 3 cells A1, A2, A3.
I have a detail cell B5
I need to display a differing message in B5 - depending on if the cursor is
hovering over either A1, A2, A3.
I think I need the code that says - if cursor = A1 then display "Hello A1".
or if cursor = A2 then display "Hello A2".

I hope this makes sense - any help would be great.

Phil