Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How to I get rid of a series of hyperlinks in a column or row with embedded
pictures or graphics leaving the text behind? I only want the text or numbers left on spreadsheet. The instructions only cover a single hyperlink and are vague from there on and require multiple steps. -- Howdy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you mean what I think you mean, have you tried cut followed by paste
special, values. And in future use paste special when first copying the into the sheet. V "SodaFried" wrote in message ... How to I get rid of a series of hyperlinks in a column or row with embedded pictures or graphics leaving the text behind? I only want the text or numbers left on spreadsheet. The instructions only cover a single hyperlink and are vague from there on and require multiple steps. -- Howdy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Copy an empty cell, select the range of hyperlinks, paste special and select
add -- Regards, Peo Sjoblom "SodaFried" wrote in message ... How to I get rid of a series of hyperlinks in a column or row with embedded pictures or graphics leaving the text behind? I only want the text or numbers left on spreadsheet. The instructions only cover a single hyperlink and are vague from there on and require multiple steps. -- Howdy |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select the range with the hyperlinks in, press Alt-F11 to bring up the
VB Editor, then CTRL-G to enter the Immediate Window, and type this: Selection.hyperlinks.delete followed by <Enter. Close the VB Editor window to get back to the worksheet. Hope this helps. Pete On Nov 5, 11:24*pm, SodaFried wrote: How to I get rid of a series of hyperlinks in a column or row with embedded pictures or graphics leaving the text behind? I only want the text or numbers left on spreadsheet. * The instructions only cover a single hyperlink and are vague from there on and require multiple steps. -- Howdy |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
paste this into a standard module. high the hyperlinks and run. it will remove on the the hyperlinks, leaving the text. Sub removehyperlink() Selection.Hyperlinks.Delete End Sub if you are new to macros, see this site http://www.mvps.org/dmcritchie/excel/getstarted.htm regards FSt1 "SodaFried" wrote: How to I get rid of a series of hyperlinks in a column or row with embedded pictures or graphics leaving the text behind? I only want the text or numbers left on spreadsheet. The instructions only cover a single hyperlink and are vague from there on and require multiple steps. -- Howdy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying Hyperlinks by column | Excel Discussion (Misc queries) | |||
how to plot column chart with one series against multiple series. | Charts and Charting in Excel | |||
Can i "series fill" a number of cells with hyperlinks? | Excel Discussion (Misc queries) | |||
activate column of URLs as hyperlinks | Excel Discussion (Misc queries) | |||
how do I change a line series to a column series in excel? | Charts and Charting in Excel |