Excel - Remove hyperlink in Excel worksheet
Asked By Kent
26-Oct-09 07:51 AM
Dear all,
Please advise the way remove the hyperlink in my excel worksheet.
Thanks
Kent
Excel 2003
(1)
Excel 2007
(1)
Excel
(1)
Worksheet
(1)
Macros
(1)
Selection.hyperlinks.delete
(1)
Emailaddresses
(1)
Window
(1)
CellShocked replied...
Mike H replied...
Hi,
Right click the link and select 'remove hyperlink' form the popup menu.
Mike
Dave Peterson replied...
You can select the cell with the name (and hyperlink) and hit ctrl-k (this
option is Insert|Hyperlink in xl2003 menus and in the Insert Tab of the ribbon
(Links group)).
And remove each hyperlink one at a time.
Another way if you have more than a couple.
Select the range to fix (all the cells is ok if you want)
Hit alt-f11 to get to the VBE (where macros live)
Hit ctrl-g to see the immediate window
type this and hit enter:
Selection.hyperlinks.delete
then hit alt-f11 to get back to excel and see if it worked.
--
Dave Peterson
JP replied...
You can turn off auto-hyperlink creation, so any future URLs or email
addresses you type will not turn into hyperlinks.
Excel 2007:
http://excel.tips.net/Pages/T002707_Turning_Off_Hyperlink_Activation.html
Excel 2003:
http://www.mrexcel.com/forum/showthread.php?t=3D58075 (scroll down to
bottom)
--JP
Kent replied...
Dear all,
Thank you all but Dave's most fit my case.
BR
Kent
???????:4AE59C2D.7D684A47@verizonXSPAM.net...
how to find union of two arrays Excel Hello, Does anyone know a means of comparing two very large arrays (> 50000 elements) to to both arrays? I have tried using looping functions and that is far too slow. Excel Programming Discussions GetCurrentProcessId (1) Worksheets (1) Excel 2003 (1) Excel 2007 (1) Workbooks (1) Excel (1) Statistics (1) Relative (1) hi, i do not know why your looping is far the CPU is faster. There are other programming constructs available which are faster. I know Excel can run faster than this, but I do not know any tricks on how to
forwards / backward compatibility Excel 2003-2007 Excel I posted on a similiar topic yesterday about code running fine on Excel 2003 / XP and not running on Excel 2007 / Win7. Well, I got everything to run on 2007 if the Excel 2003 file is
Excel 2007 Slow Typing and Cell Change Excel Hi, I have a client with a problem in Excel 2007 when they are typing into the workbook there is a noticable delay (1-2 secs the cell border moving to the next cell. It is a new install of Office 2007 Basic on a brand new computer, Office Service pack 2 has been applied and all The problem does not occur in word or outlook. I have tried creating a new worksheet (2007 format) and the problem still exists, the problem also occurs in old exel documents created
PERSONAL.XLSB Excel Hi I have the following problem. . . I recorded I macro and chose to save in XLSB is found in the path C: \ Documents and Settings \ <username> \ Dados de aplicativos \ Microsoft \ Excel \ XLINÍCIO I am using the EXCEL 2007 Brazilian Portuguese version. The problem: opening Excel, the PERSONAL.XLSB file is NOT opened automatically, as should be. How can I fix this problem? Thanks in advance for your anwser. Joe Excel Programming Discussions Microsoft Excel (1) XLINÍCIOtmp (1) Excel 2003 (1) Excel 2007 (1) Office (1) Excel (1) Worksheet (1) Workbook (1) I only
Weird screen refresh problem in Excel 2003 - bits of different worksheets display. Excel Hi All I have an Excel 2003 system that I wrote for my company about 2 years ago. It collects data from the user on one worksheet and then my macros run and place the data on another worksheet. During my macros the system switches between different worksheets with ScreenUpdating turned off. All of