I have data exported from a tool as XLS. In this, one of the column has text which is a hyperlink to information in the tool. I can remove the hyperlink for each cell. But I want to remove the hyperlink for all the cells in the column in a easier way. Is there an option in Excel itself?
|
feedback
|
|
An option would be to let a VBA Macro do the donkey work. Press Alt-F11, double-click
Press Alt-F11 to go back to your spreadsheet, select all the cells with hyperlinks, then do Alt, T, M, M and select the RemoveHyper Macro, then select Run. When you're done, if you want to remove the Macro, either save the file as .xlsx, or press Alt-F11 and remove the code. | |||||
feedback
|
|
Follow these steps:
| |||||
feedback
|
|
I highlighted the range that had multiple hyperlinks embedded. I copied them to another section of the spreadsheet, then, used the Special Paste function, and pasted them as values into the new section. Worked like a charm! | ||||
|
feedback
|
|
Select all cells you want to clear from hyperlinks, then click the "Home" tab in the ribbon at the top of Excel. In the "Editing" group, click on the "Clear" pull-down arrow and select "Clear Formats".
UPDATE: Select all cells you want to clear from hyperlinks, right click and "Cut" or use Ctrl+X. Now open up a notepad window and paste it there. Now select all the lines with content from notepad and right click "Cut" or use Ctrl+X. Now select the top cell of the just cut column in Excel and right click "Paste" or use Ctrl+V. | |||||||||||
feedback
|
| ||||
feedback
|
|
Use format painter. Just select a cell that isn't a hyper link (or make one with a right click "remove Hyperlink" then select the whole column and click on the format panter button again. | |||
|
feedback
|
