Does anyone know how to URLEncode using VBA? I have a URL that has special characters (such as the @ character), and I need to make sure that this is passed as a valid URL, using something equivalent to the ASP command URLEncode(URLVariableHere).
Does this code actually encode the URL? The problem I was having was that the web page would not open because of some special characters in the URL that messed things up. If I was using ASP instead of VBA, I would use URLEncode to tranlate the URL before passing it. Is the translation built into the VBA commands you recommended? -Thanks-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.