View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Function like =HYPERLINK(xxx) - Mouse interaction - "On Click Event"

You would have to use the selectionchange event to evaluate the formula and
take action based on its value.

--
Regards,
Tom Ogilvy


wrote in message
ups.com...
Hello,

I need to create a worksheet function in Excel, which will contain
event " MouseUp " to enable clicking on the cell, where the function
exist.
It's the same as function HYPERLINK, which displays a text on a cell,
but when the user clicks the text, the function takes parameters from
the definition, not only the cell value.

Please help!

Thanks in advance,
Ajo