![]() |
How can I change text copied to excel from webite to not link bac.
When I copied text from a website and pasted into excel, everything links
back to the website. For example if I click into the cell of the text in excel the webpage from where it originated from comes up. I could not see anything in formatting. Please help. |
How can I change text copied to excel from webite to not link bac.
Activate the cell that contains the hyperlink, right-click, and then select -Hyperlink, Remove Hyperlink.- you can only use this when you have selected a single cell. To deactivate all hyperlinks, you have to use a macro. To create the macro, press -Alt-F11- to activate the Visual Basic Editor, select -Insert, Module- and then paste this code: Code: -------------------- Sub DelLinks() Cells.Hyperlinks.DeleteEnd Sub -------------------- all hyperlinks on the active sheet become normal text. sherryp;184588 Wrote: When I copied text from a website and pasted into excel, everything links back to the website. For example if I click into the cell of the text in excel the webpage from where it originated from comes up. I could not see anything in formatting. Please help. -- Simon Lloyd Regards, Simon Lloyd 'The Code Cage' (http://www.thecodecage.com) ------------------------------------------------------------------------ Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=51000 |
How can I change text copied to excel from webite to not linkbac.
Instead of using <paste, you could use Edit | Paste Special | Values
(check) | OK. Alternatively, once you have pasted (and the pasted cells are still highlighted), press Alt-F11 to bring up the VBE, then CTRL-G to enter the immediate window, and type this: selection.hyperlinks.delete then press <enter. Hope this helps. Pete On Jan 16, 12:34*am, sherryp wrote: When I copied text from a website and pasted into excel, everything links back to the website. For example if I click into the cell of the text in excel the webpage from where it originated from comes up. I could not see anything in formatting. Please help. |
All times are GMT +1. The time now is 04:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com