HYPERLINK in activecell
I am trying to insert a value in an activecell to provide the cell automatically with a link to a webpage the code I have tried is as follows
Activecell.FormulaR1C1 = "=HYPERLINK("http://idxpro.cisdata.net/AR185385/index.php/CISNDID=d5434b361870f297b7f0ed9bf7028181&MODE=View Listing&view_mls_id=WA-TCAOR&view_mls_no=120182", "View")"
The link allows me to view a listing page on the site but I keep getting end of statement expected errors. I can type it in manually and click the "View" text to view the page but VBA will not accept the code as written.
REI
|