Override for 218 character limit for filename & path when saving through VBA
I have a macro that publishes a PDF file and saves it to a shared directory. The filepath is quite long and I often run into the situation where the filename and path exceed the 218 character limit set in Excel. Is there a workaround for this? I am unable to use relative paths since this will be used by multiple users that may have the drives mapped differently.
It doesn't seem possible
https://support.microsoft.com/en-us/kb/213983
Regards