
Signature
--
Regards
Frank Kabel
Frankfurt, Germany
I am using Excel 2000.
I already had tryed looking for the answer there but TOOLS > AutoCorrect
only has 1 tab and there is no option listed there. I have also been all
over the
TOOLS > Options tabs but no luck there either...
> Hi
> depending on your Excel version goto 'tools - autocorrection' and
[quoted text clipped - 10 lines]
> excel.
> > Any help would be appreciated in this matter...
Frank Kabel - 06 Apr 2004 17:51 GMT
Hi
use one of the following alternatives:
a) Use the following macro to remove hyperlinks of a chosen selection
(after your data entry)
Sub RemoveHyperLinks()
selection.hyperlinks.delete
end sub
b) Without macro:
- Type the number 1 in a blank cell and copy this cell
- Select all your cells with hyperlinks
- goto 'Edit - Paste Special'
- choose multiply
c) Process the Worksheet_change event (see
http://www.mcgimpsey.com/excel/nohyperlinks2.html)

Signature
--
Regards
Frank Kabel
Frankfurt, Germany
> I am using Excel 2000.
> I already had tryed looking for the answer there but TOOLS > AutoCorrect
[quoted text clipped - 16 lines]
> > excel.
> > > Any help would be appreciated in this matter...
JE McGimpsey - 06 Apr 2004 21:20 GMT
check out
http://www.mcgimpsey.com/macoffice/excel/nohyperlinks.html
in particular, item 5, and the link to using an event handler to disable
automatic hyperlinks.
> I am using Excel 2000.
> I already had tryed looking for the answer there but TOOLS > AutoCorrect
> only has 1 tab and there is no option listed there. I have also been all
> over the
> TOOLS > Options tabs but no luck there either...