FollowHyperlink event not FIRE when I use it with hyperlink function :
=IF(C8505=0;IF(F8505=0;\"\";IF(H8505=0;\"Nothing\";IF(G8505=\"Memo\";HYPERLINK(\"\\\\s
This is by design. The HYPERLINK() function does not raise the event, Inserted hyperlinks do raise the event. If you need the event to be raised, modify your formula to jump to a transfer cell in the worksheet, like Z100.
In Z100 place an Inserted hyperlink to get to the final destination.
This way to get the flexibility of a formula and the macro capability at the same time.