WorksheetFunction.WebService method (Excel)

Underlying function that calls the web service asynchronously, using an HTTP GET request, and returns the response.

Syntax

expression.WebService (Url)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data type Description
Url Required String The URL of the web service to make the HTTP GET request to.

Remarks

The URL parameter is limited to 2048 characters.

Return value

Variant

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.