Hyperlink the Link present in Datatable

@Goku

You can add a formula like this to each row using expression

Dt.Columns("HotelNameUrl").Expression = "'HYPERLINK(""' + [HotelNameURL] + '"",""Link"")"

Cheers