Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All,
I'd like to add hyperlinks to each row of the first column of my worksheet using the value of each cell in the column to build the hyperlink. The For Loop below iterates too slowly. For Counter = 1 To LastRow Sheets("Application").Hyperlinks.Add Anchor:=Sheets("Application").Cells(Counter, 1), Address:= _ "http://ptt0002/Lists/Maintenance%20Work%20Orders/ DispForm.aspx?ID=" & Sheets("Application").Cells(Counter, 1).Value & "&Source=http%3A%2F%2Fptt0002%2FLists%2FMaintenanc e%2520Work%2520Orders %2FAllItems%2Easpx" Next Counter Is there a faster way to do this, perhaps using a formula? I greatly appreciate any effort to help me. Thank you for your time and consideration. Sincerely, Sisilla |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Build Formula | Excel Worksheet Functions | |||
How would I build an "if" formula... | Excel Worksheet Functions | |||
Trying to build a formula | Excel Worksheet Functions | |||
How to build build a macro that automatically imports | Excel Programming |