matrixknow
IS-IT--Management
- May 3, 2007
- 78
I have an few variables strPath and strDir that should be accessed by more then one sub. I thougt I have read something that you can place them above your module or in a class so the are declared ones and accessed by many.
Public Dim strDate As String
strDate = Format(date, "yyyymmdd")
How do I need to do that ?
Public Dim strDate As String
strDate = Format(date, "yyyymmdd")
How do I need to do that ?