Thank you very much.
I was able to figure that out and get it to work!
The character length of the URLs is quite long as I am grabbing files from as
many as 12 directories deep on the servers. By the time the filenames and the
%20's are added the URLs are longer than I'd like.
Is there a quick way to trim out the text of the constant first few
directories and still maintain the links?
For example:
\\localhost_\aaaa\bbbb\cccc\dddd\Folder\File.htm
changes to:
\\localhost_\Folder\File.htm
Is this possible for a non-programmer to do?
Walt