Unable to copy a URL from an excel cell and send it to a webpage

29 views Asked by At

Unable to copy a long URL from Excel to a webpage field though if i directly hard code and send it works perfectly

i used this excel command to read and it didnt work while the rest of the fields work perfectly Local $Read4 = _Excel_RangeRead($oWorkbook, Default, "B33") ; URL of document from Excel sleep (13000)

the URL in the excel cell B33 is - https://lms.xxxxxxx.net:443/VX-LMS-PROD/ViewDocExternally/ViewDocumentDetails.aspx?DevId=RGV2LTE4ODEucGRm-rImCg7x6Cks=&&Id=MTg4MQ==-ePsTeDP0ykU=&&UserId=30&&DocNo=UUFNLVBBTS0wMDEtMDAwMS4wNw==-

However if i paste directly using send command hard coded it works send ("https://lms.xxxxxxx.net:443/VX-LMS-PROD/ViewDocExternally/ViewDocumentDetails.aspx?DevId=RGV2LTE4ODEucGRm-rImCg7x6Cks=&&Id=MTg4MQ==-ePsTeDP0ykU=&&UserId=30&&DocNo=UUFNLVBBTS0wMDEtMDAwMS4wNw==-")

0

There are 0 answers