Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could change the hyperlink "style" for the workbook.
That would have to be repeated for each workbook. -or- Add a couple lines of code to your existing code... ActiveCell.Font.Underline = xlUnderlineStyleNone ActiveCell.Font.ColorIndex = xlColorIndexAutomatic -- Jim Cone Portland, Oregon USA . http://www.mediafire.com/PrimitiveSoftware . (Extras for Excel add-in: convenience built-in) "John" wrote in message ... In a macro I am adding hyperlinks using the following code: Cells(i, "H").Select ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="http://blahblahbla" Is it possible to add a hyperlink in this fashion without changing the formating of cell? Thanks for looking. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text changing in hyperlink cell in Excel | Excel Discussion (Misc queries) | |||
changing the name of a hyperlink cell when copied | Excel Discussion (Misc queries) | |||
copying a cell and changing the formating from number to text | Excel Discussion (Misc queries) | |||
How to remove Hyperlink without changing cell format? | Excel Worksheet Functions | |||
Changing the Hyperlink in a cell | Excel Programming |