HotNumbers
Well-known Member
- Joined
- Feb 14, 2005
- Messages
- 732
Can someone please help me modify the following code. I have two group of users some are on XP and some are on WINDOWS 07. Those that are on XP the following VB code works as written. However; the group that is now on WINDOWS 07 they are receiving the following error.
WINDOWS 07 ERROR MSG:
Run-time Error '75:
Path/File access error.
'Open a new .txt file for output
NewFileName = "C:\" + NewSheetName + ".txt"
WINDOWS 07 ERROR MSG:
Run-time Error '75:
Path/File access error.
'Open a new .txt file for output
NewFileName = "C:\" + NewSheetName + ".txt"