rhino4eva
Active Member
- Joined
- Apr 1, 2009
- Messages
- 262
- Office Version
- 2010
- Platform
- Windows
Option Explicit
Dim fileloc As Long
fileloc = "G:\Infection Control\CDRNE\CDRN Prism Data\MLVA data\IC RAW EXPORT TABLE"
I want t use this fileloc string in several subsequent modules but I get an error message
Compile error Invalid outside procedure
Any ideas please
Dim fileloc As Long
fileloc = "G:\Infection Control\CDRNE\CDRN Prism Data\MLVA data\IC RAW EXPORT TABLE"
I want t use this fileloc string in several subsequent modules but I get an error message
Compile error Invalid outside procedure
Any ideas please