Nate, can you confirm for me...

I know that the "Const FilePath As String..." would be declared at the top of the module (just under Option Explicit), but before the first (public/private) Sub, but...

It would only work if the FilePath variable was called from a macro within that code module, correct? And declaring it public would allow it to be called from other modules within the same project?

Thanks,