Not sure if this post belongs in the XL Services forum or here....
Using pathnames in VBA (for instance to change directory or open another file in the same directory) gets more complicated when the file resides on SharePoint.
XL2003 has a new (at least to me) parameter [ThisWorkbook.FullNameURLEncoded] which makes it easier - but the file might be on a standard drive or on SharePoint. How to know whether to use [ThisWorkbook.FullName] or [ThisWorkbook.FullNameURLEncoded] ?