Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to add hyperlink to cells. The following code works
fine only if the sTemp1 is short. If sTemp1 is long (more than 256 letters or something like that), the code won't work. Is there a remedy? I can set the cell.value to sTemp1 first. But then how do I add link to the cell? ================================================== ====== for Each cell In Worksheets("sheet1").Range([b1], [b65536].End(xlUp)).Cells .............. .............. If r = 0 Then cell.Offset(0, 3).Formula = "=HYPERLINK(""" & hyperlinkaddress _ & sTemp & """,""" & sTemp1 & """)" End If next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
http://CannotDeleteFile.net - Cannot Delete File? Try Long Path ToolFilename is too long? Computer Complaining Your Filename Is Too Long? TheLong Path Tool Can Help While most people can go about their businessblissfully unaware of the Windo | Excel Discussion (Misc queries) | |||
Long Long Long Nested If Function | Excel Discussion (Misc queries) | |||
Interrupting long calculations in Excel? Hi all, I am having a verylong calculation in Excel using VBA. Of course I know I can hit ESC orCTRL+BREAK to interrupt the VBA program. But I found due to too long runningprocess, the Excel window stop to | Excel Discussion (Misc queries) | |||
Clearing cells takes long, long time | Excel Discussion (Misc queries) | |||
Excel landscape double sided, one side upside down - remedy? | Setting up and Configuration of Excel |