No, that's not quite what I meant.
I'm using the event Worksheet_FollowHyperlink() in VBA which is triggered whenever a hyperlink is clicked on the worksheet. If certain conditions are met (cells have certain values), I want to cancel the action so that the webpage is NOT displayed. Otherwise, if the criteria are not met, the user may proceed.