Skip to main content Skip to footer

How to stop hyperlinks from opening a page in JavaScript

Background:

When you want to stop hyperlinks from opening a page when clicked on follow the steps below

Steps to Complete:

  1. Set the hyperlink to null

  2. activeSheet.setHyperlink(row, col, {});

Tyler Barlock