Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am using an excel spreadsheet as a database and i need to remove all the
hyperlinks from all fields |
#2
![]() |
|||
|
|||
![]()
there is some excellent help for removing hyperlinks in
http://sniptools.com/tipstricks/dele...ffice-document Sub RemoveHyperLinksGLobally() Dim i As Integer For i = ActiveSheet.Hyperlinks.Count To 1 Step -1 ActiveSheet.Hyperlinks(i).Delete Next i End Sub "lopv" wrote: I am using an excel spreadsheet as a database and i need to remove all the hyperlinks from all fields |
#3
![]() |
|||
|
|||
![]()
Check out
http://www.mcgimpsey.com/excel/nohyperlinks.html In article , "lopv" wrote: I am using an excel spreadsheet as a database and i need to remove all the hyperlinks from all fields |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can you use cell references from Microsoft spreadsheet in excel ch | Excel Worksheet Functions | |||
Can I export a .txf file from an Excel spreadsheet for investment. | Excel Discussion (Misc queries) | |||
Microsoft Access Report into Excel Spreadsheet | Excel Discussion (Misc queries) | |||
Send Excel 2002 spreadsheet to MacIntosh Excel 2004 | Excel Discussion (Misc queries) | |||
Copying an Excel spreadsheet to a Word document | Excel Discussion (Misc queries) |