Hello and thank you in advance for your help. Currently I created the Macro below that updates the range with a hyperlink function. This works great. However, the issue is that this data gets refreshed via a datasource. Once refreshed there are blanks in Column A. Is there a way to execute this when a refreshed datasource occurs?
Sub InsertHyperlinkFormulaInCell()
ActiveWorkbook.Worksheets("Query").Range("A2:A20000").Formula =
"=HYPERLINK(CONCAT(x2,B2),W2)"
End Sub
Any help would be greatly appreciated. Thank you!
