/ Published in: Visual Basic
URL: N/A
Header for VBA Code
Expand |
Embed | Plain Text
'=============================================================================== ' Module level constants '----------------------- ' Name Description '------------------ ---------------------------------------------------------- ' cStrModule - Module name for use in the error handler ' cStrWorksmartPath - Path to Worksmart folder ' cStrDatabasePath - Path to Database files '=============================================================================== Const cStrModule As String = "LocalSubs" Const cStrWorksmartPath As String = "Z:\TCF MI\Worksmart Reports\Supervision Reports" Const cStrDatabasePath As String = "Z:\TCF MI\Data Sources"
You need to login to post a comment.
