Hi Team,
I have a column of hyperlinks in excel which has 5000 rows.
I need to know how to convert all the hyperlinks to website URL’s at a time.
Regards,
Dharunya
Hi Team,
I have a column of hyperlinks in excel which has 5000 rows.
I need to know how to convert all the hyperlinks to website URL’s at a time.
Regards,
Dharunya
Assign activity:
Variable: row(websiteURL )
Value:
New Uri(row("YourHyperlinkColumnName").ToString()).ToString()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.