Does anyone know if it's possible to turn OFF the automatic hyperlinks in
Excel?
Basically, the cell is holding UNC paths (\\SERVERNAME\PATH1\PATH2 etc). We
don't want these to be links, just text entries.
It's easy within word (just a check box under auto-correct in the options)
but I can't seem to find the option within Excel.
Can anyone help?
Regards,
Mike
But I think I'd just let xl make them. And wipe them out later with a macro.
Select your range and run this:
Sub RemoveHyperLinks()
selection.hyperlinks.delete
end sub
(Ctrl-A is one way of selecting all the cells on the worksheet).
--
Dave Peterson
ec3...@msn.com
http://www.mcgimpsey.com/excel/nohyperlinks2.html
It refers to MacXL, but should translate fine to windows.
In article <3F5E606C...@msn.com>,
"Mike Frith" <frit...@leicester.gov.uk> wrote in message
news:e9upIKtd...@TK2MSFTNGP10.phx.gbl...
>.
>
Andy.
"RJH" <rjha...@csu.org> wrote in message
news:0d1d01c377cb$1ea25f50$a601...@phx.gbl...
Type the number 1 in a blank cell, and right-click the cell.
Click Copy on the shortcut menu.
While pressing CTRL, select each hyperlink you want to deactivate.
(To select a cell that has a hyperlink in it without jumping to the
hyperlink destination, click the cell and hold the mouse button until
the cursor becomes a cross , then release the mouse button.)
Click Paste Special on the Edit menu.
Under Operation, click Multiply and then click OK.
But you want to select your empty cell, copy (ctrl+c) then
paste special, add
Using a 1 and multiply puts a zero into the empty cells.
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
"Doug" <sdh...@hotmail.com> wrote in message news:a0992f50.03091...@posting.google.com...
My method is to copy a blank cell and use Paste/Special/Add.
Andy.
"David McRitchie" <dmcri...@msn.com> wrote in message
news:u3KqKDXf...@TK2MSFTNGP09.phx.gbl...