
SHORTCUT TO REMOVE HYPERLINK MAC HOW TO
Here is a detailed guide on how to save a macro in the personal macro workbook. If you often have the need to remove hyperlinks from a worksheet (or a selected range), it’s a good idea to save this macro in your personal macro workbook. If you don’t want to remove all the hyperlinks in a worksheet, but only the ones in the selected range, use the below VBA code: Sub RemoveHyperlinksfromSelection() Now to remove all the hyperlinks from the worksheet, all you need to do is click on the macro in the QAT. The above steps would add the macro to the QAT. Click on the Macro that you want to add to the QAT.In the Excel Options dialogue box, in the ‘Choose command from’ dialog box, select ‘Macros’.Click on the Customize Quick Access Toolbar icon.Here are the steps to add the VBA macro to the QAT: This will allow you to remove hyperlinks from the entire worksheet with a single click. Now to further simplify this process, you can add the macro to the Quick Access Toolbar (QAT).
SHORTCUT TO REMOVE HYPERLINK MAC CODE
The above steps ensure that the VBA code is in the backend and would remove hyperlinks from the entire sheet when it’s run. In the module, paste the above VBA code.In the VB Editor, right-click on any of the workbook objects.Here are the steps to put the VBA code in the backend and enable one-click hyperlink removal: The below VBA macro code instantly removes all the hyperlinks from the active worksheet. While the above method of removing hyperlinks with 2 clicks is quite easy, you can also use VBA to bring this down to a single click.īut before it becomes a one-click functionality, there is some pre-work that you need to do (as described below). In case you want to remove hyperlinks from the entire worksheet, select all the cells and then follow the above steps. The above steps would instantly remove hyperlinks from the selected cells. Click on the ‘Remove Hyperlink’ option.Right-click on any of the selected cell.Select the data from which you want to remove hyperlinks.Here are the steps to remove hyperlinks from the selected cells: Suppose you have a dataset where Excel has automatically created hyperlinks in URLs or email ids. Prevent Excel from Creating Hyperlinks Automatically.
