Hello there,
system: VBA Microsoft Office 2003, win XP SP2
I've got a very strange problem and I was wondering if somebody of you could help. Suddeny a VBA program does not work anymore. It stops at the following line:
Open "Datafile.txt" For Output As #1
Then the system comes up with 'file not found'. Strange because it worked before. The system should of course create the file.
- I have the proper rights (I can create the file manually)
- other macro's run fine
- I also does not work with existing files
Anyone a clue? Every help appreciated!
Regards Karja,
system: VBA Microsoft Office 2003, win XP SP2
I've got a very strange problem and I was wondering if somebody of you could help. Suddeny a VBA program does not work anymore. It stops at the following line:
Open "Datafile.txt" For Output As #1
Then the system comes up with 'file not found'. Strange because it worked before. The system should of course create the file.
- I have the proper rights (I can create the file manually)
- other macro's run fine
- I also does not work with existing files
Anyone a clue? Every help appreciated!
Regards Karja,