Thanks!
@mmaattiiaass : I tried looking at the code. https://developer.www.ads-software.com/reference/functions/urlencode_deep/. And then https://developer.www.ads-software.com/reference/functions/map_deep/. And this started to look like a rabbit hole. Especially as I’m just an occasional VBA macro writer, nothing special.
@a2hostingrj : the difficult part is how the file name will be changed. E.g. space becomes ‘-‘, ‘é’ becomes ‘e’. This seems to be different than how this is normally done (encoding with ‘%’ signs).
So I was hoping someone already has been down this road.