In VBA, I am passing a URL to Google Maps. After adding multiple Markers to the URL, the string becomes very very long and difficult to read.
I would like to break up the URL with a separate line for each Marker for readability.
VBA throws a hissy fit, the line break used for code (space underscore) does not get passed by the VBA compiler. HTML line breaks don't work either.
Example: bot.Get "https://maps.googleapis.com/maps/api/etc etc etc"
Thank you for looking.