I have a worksheet with a hyperlink and what I want to do is to open a UserForm when I click on this hyperlink.
=HYPERLINK("frmReferral","Go for Referral")
frmReferral is the form name that I created in this excel workbook. When I clicked on "Go for Referral" link, it's return "Cannot open the specified file.". Is there anyway to do this without using VBA. If there is no option, I will try to do this with VBA.