WorksheetFunction.EncodeUrl Method (Excel)
Office 2013
Published: July 16, 2012
URL encodes the argument.
expression .EncodeUrl(Arg1)
expression A variable that represents a WorksheetFunction object.
Parameters
|
Name |
Required/Optional |
Data type |
Description |
|---|---|---|---|
|
Arg1 |
Required |
STRING |
Text to be encoded. |
Return value
VARIANT
Remarks
This method enables the referencing of other cells as arguments into the Web Service URL, as this will ensure the data will be URL encoded.