
Originally Posted by
pjoaquin
Ok, then try this:
Create a temporary helper row after column A and use my original formula with a slight modification in B1 downward:
=HYPERLINK("http://www.mysite.com/redirect.cgi?redirect="&(SUBSTITUTE(A1,", ","_")),A1)
By adding the last ",A1" it creates the hyperlink but using the 'friendly name' as seen in cell A1. Fill down to row 65,536 if necessary. Then you can copy column B and PasteSpecial->Values into Column A. Delete column B and you should be all set. This should take 30 seconds or less.
If you want a macro to do this without taking the 30 seconds to use the formula above, then someone else will need to step in since I'm not a vba expert of any kind.
Bookmarks