I have created a text box that serves as a hyperlink when clicked. If the text box is clicked, I want the hyperlink to go to a certain area within the spreadsheet, but only show the content if the mouse is clicked. Is there a way to hide the content unless the link is clicked without using VBA?

Example:

TEXT BOX (is a hyperlink) -----------------------------only when clicked, would it show ----------------XYZ in cell J50


Thank you.