Removing multiple hyperlinks

  • Thread starter Thread starter rlst8bobbi
  • Start date Start date
R

rlst8bobbi

I've got data copied into my spreadsheet that includes hyperlinks. Ther
are thousands of these in a column.

I can remove individually by right-clicking and selecting Hyperlink an
Remove. I can then arrow down and do a control Y, cell by cell,

What I want to do is highlight the column and be able tp remove th
hyperlinks all at once.

I've exhausted myself peering through knowlegebases and groups, bu
cannot find any way to make this work.

Thanks for any input you can provide
 
Hi
one way:
Use the following macro to remove hyperlinks of a chosen selection
(after your data entry)
Sub RemoveHyperLinks()
selection.hyperlinks.delete
end sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top