View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheetfunctions,microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Removing HTML from EXCEL?

I like the approach that I first saw in a reply by Dave Peterson.
Select all the cells with the hyperlinks (if you have just pasted them
in to your sheet then they will already be highlighted).

Then press Alt-F11 to bring up the Visual Basic Editor.
Then press CTRL-G to go into the Immediate Window.
Then type:
selection.hyperlinks.delete (Enter)

Hey presto! They've all gone. Close the VBE window to get back to your
sheet.

Hope this helps.

Pete


On Sep 20, 11:21 pm, Crackles McFarly wrote:
On Thu, 20 Sep 2007 23:51:46 +0200, Boris sayd the
following:





On Thu, 20 Sep 2007 17:49:03 -0400, Crackles McFarly wrote:


On Thu, 20 Sep 2007 23:43:44 +0200, Boris sayd the
following:


On Thu, 20 Sep 2007 17:37:55 -0400, Crackles McFarly wrote:


Please humor me some more, where do I place such "code"?


Huh...


1) Tools / Macro / Visual Basic Editor (or simple Alt+F11)
2) When in editor, Insert / Module
3) Paste code
4) File / Close and return to Microsoft Excel (Alt-Q)


Call the subroutine with Alt-F8, select RemoveLinks and click on Run
button.


If you don't want to have any macro related warnings after you save the
file, go back to Visual Basic Editor and choose File / Remove Module1 (or
some other module name if you changed it).


:)


B.


WOW talk about hard ;-)


One missed step and WHAM!


Thanks for the detailed baby steps!


Have a nice evening!


Sorry if I've missed anything by accident - I had to translate most of the
menus from Croatian to English :)


BTW. There are only necessary steps - nothing critical would happen if you
miss any of all FOUR steps :)


B.


LOL, I am native English. I could BARELY translate a few lines of
Spanish to you with a gun to my head.

I'll be sure to send you a labor day card next year, made by hand ;-)- Hide quoted text -

- Show quoted text -