Hi together!
Having searched the forums I go crazy now with the following unsolved situation:
I declare a public variable in a *standard module* to be used throughout the project. I can use that variable in that module.
---
Option Explicit
Public psWorkbookName As String...