ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Cannot open file for output (https://www.excelbanter.com/excel-programming/340808-cannot-open-file-output.html)

DavidTM

Cannot open file for output
 
Hi

I am trying to run some very simple code to write to a file on my host PC
using an Excel VBA macro:

Sub TestFileOpening()
Dim FileNumber As Integer
FileNumber = FreeFile()
Open "C:\TEST.TXT" For Output As #FileNumber
Write #FileNumber, "This is a sample."
Close #FileNumber
End Sub

The 'write' statement fails with 'Run-time error '54' Bad file mode'.

This code runs fine on a colleague's machine. I have tried setting the Excel
security level to medium or low but still get the error. I think the code is
correct so I suspect a security issue but I don't know where else to look.

I am running Excel 2003 SP1 on Windows XP Prof SP2.

Can anyone help me please?

David




DavidTM

Cannot open file for output
 
For the record, we eventually found that the real-time anti-virus software
running on my PC was blocking execution of the VB script. Unfortunately, it
was giving no indication of doing so.

David


All times are GMT +1. The time now is 11:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com