Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 252
Default How to override a hyperlink

Hi all,

I use Excel 2000, in a sheet I have the following layout:

A B
1 Email

Every time I input in cell B1, the text will be hyperlinked automatically
that is not what I want.Could you tell me how to override it?

Clara



--
thank you so much for your help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 857
Default How to override a hyperlink

Clara,

Go to Tools-AutoCorrect Options. In the "AutoFormat As You Type" tab,
uncheck "Internet and network paths with hyperlinks".


--
Hope that helps.

Vergel Adriano


"clara" wrote:

Hi all,

I use Excel 2000, in a sheet I have the following layout:

A B
1 Email

Every time I input in cell B1, the text will be hyperlinked automatically
that is not what I want.Could you tell me how to override it?

Clara



--
thank you so much for your help

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 252
Default How to override a hyperlink

Hi Vergel,

I am using Excel 2000.



thank you so much for your help


"Vergel Adriano" wrote:

Clara,

Go to Tools-AutoCorrect Options. In the "AutoFormat As You Type" tab,
uncheck "Internet and network paths with hyperlinks".


--
Hope that helps.

Vergel Adriano


"clara" wrote:

Hi all,

I use Excel 2000, in a sheet I have the following layout:

A B
1 Email

Every time I input in cell B1, the text will be hyperlinked automatically
that is not what I want.Could you tell me how to override it?

Clara



--
thank you so much for your help

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 857
Default How to override a hyperlink

Hi Clara,

I thought you should see the AutoCorrect options under the Tools menu even
in Excel 2000.. One other way to get to it is to go to Tools-Options. In
the Spelling Tab, click on the AutoCorrect Options button.

You can also "uncheck" the option via VBA by:

application.AutoFormatAsYouTypeReplaceHyperlinks=F alse

If you want to keep the setting to true but want to just get rid of the
hyperlinks after entering all data, you can also do it via vba with something
like:

Range("B:B").Hyperlinks.Delete






--
Hope that helps.

Vergel Adriano


"clara" wrote:

Hi Vergel,

I am using Excel 2000.



thank you so much for your help


"Vergel Adriano" wrote:

Clara,

Go to Tools-AutoCorrect Options. In the "AutoFormat As You Type" tab,
uncheck "Internet and network paths with hyperlinks".


--
Hope that helps.

Vergel Adriano


"clara" wrote:

Hi all,

I use Excel 2000, in a sheet I have the following layout:

A B
1 Email

Every time I input in cell B1, the text will be hyperlinked automatically
that is not what I want.Could you tell me how to override it?

Clara



--
thank you so much for your help

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
If/Vlookup override Carolina Excel Worksheet Functions 4 August 9th 09 07:00 PM
Override peddie Excel Programming 4 August 22nd 06 02:41 PM
Override No Zero Values ? Al Franz Excel Programming 1 May 19th 05 10:16 AM
Cell Value Override saschamps9903 Excel Discussion (Misc queries) 0 January 21st 05 09:53 PM
How do I override a deletion box? DMuehl Excel Programming 2 September 30th 04 02:19 PM


All times are GMT +1. The time now is 11:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"