Related to my macro in this thread...
I got everything working thanks to the help in that thread, except for the column to add hyperlinks. The link needs to have a variable which is found in column A.
If I were to type the formula, it would look like this:
But this fails in a macro because of the quotes.
I was given this as an option in the previous thread:
But it returns this error message:
Compile error - expected list separator or )
Any suggestions?
Thanks,
Jeff (Win7, Excel 2007)
I got everything working thanks to the help in that thread, except for the column to add hyperlinks. The link needs to have a variable which is found in column A.
If I were to type the formula, it would look like this:
Code:
=HYPERLINK("https://npapps.mywebsite.com/DsmWeb/do/application/sbs/customer/View?applicationId="&A2&"",A2)
I was given this as an option in the previous thread:
Code:
=HYPERLINK("https://npapps.mywebsite.com/DsmWeb/do/application/sbs/customer/View?applicationId="&Range("A2") & "," & Range("A2")&")"
But it returns this error message:
Compile error - expected list separator or )
Any suggestions?
Thanks,
Jeff (Win7, Excel 2007)