Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without
having to do each one manually. Does anyone know a short cut that will delete them all in a few key strokes? Many thanks in anticipation |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Execute the following macro :
Sub test() ActiveSheet.Hyperlinks.Delete End Sub HTH Daniel I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without having to do each one manually. Does anyone know a short cut that will delete them all in a few key strokes? Many thanks in anticipation |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for your prompt reply. I found by selecting a cell without a
hyperlink then using the FORMAT PAINTER and highlighting the column, it removed all the hyperlinks. "Daniel.C" wrote: Execute the following macro : Sub test() ActiveSheet.Hyperlinks.Delete End Sub HTH Daniel I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without having to do each one manually. Does anyone know a short cut that will delete them all in a few key strokes? Many thanks in anticipation |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You sure that the hyperlink was deleted?
Or was the cell formatted so it look like the hyperlink was deleted? Jane wrote: Thanks for your prompt reply. I found by selecting a cell without a hyperlink then using the FORMAT PAINTER and highlighting the column, it removed all the hyperlinks. "Daniel.C" wrote: Execute the following macro : Sub test() ActiveSheet.Hyperlinks.Delete End Sub HTH Daniel I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without having to do each one manually. Does anyone know a short cut that will delete them all in a few key strokes? Many thanks in anticipation -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Click Edit-Find and in the options choose the format from a cell with a
hyperlink, click find All, select all cells by pressing ctrl+A then press delete. "Jane" wrote: I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without having to do each one manually. Does anyone know a short cut that will delete them all in a few key strokes? Many thanks in anticipation |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Many thanks
"Lori" wrote: Click Edit-Find and in the options choose the format from a cell with a hyperlink, click find All, select all cells by pressing ctrl+A then press delete. "Jane" wrote: I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without having to do each one manually. Does anyone know a short cut that will delete them all in a few key strokes? Many thanks in anticipation |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 & Hyperlinks | Excel Discussion (Misc queries) | |||
Deleting rows in Excel 2007 using filters | Excel Discussion (Misc queries) | |||
Deleting multiple hyperlinks | Excel Discussion (Misc queries) | |||
deleting sheets in Excel 2007 ( Beta 2 ) | Excel Worksheet Functions | |||
deleting sheets in Excel 2007 ( Beta 2 ) | Excel Worksheet Functions |