M
Mili
Hi,
I am trying to open a existing text file to write some
text,but the Existing Text file is already open.
So I can't write anything using VBA Macro for Excel 2000.
I am getting error while Opening the Text file.
Is it possible for any one to guide how to handle this
Error ??
I am using following code.
here fileName is already open in some other applicaiton.
Open fileName For Output Access Write As #fileNumber
How to handle this Error . I want to display an error
message saying that The file is already open ..
Thanks
Mili.
I am trying to open a existing text file to write some
text,but the Existing Text file is already open.
So I can't write anything using VBA Macro for Excel 2000.
I am getting error while Opening the Text file.
Is it possible for any one to guide how to handle this
Error ??
I am using following code.
here fileName is already open in some other applicaiton.
Open fileName For Output Access Write As #fileNumber
How to handle this Error . I want to display an error
message saying that The file is already open ..
Thanks
Mili.