A
Amit
Hello group,
I'm using the follownig command in VBA code. This VBA code is used in
Excel and placed in startup directory which gets started as soon as
Excel is opened. But I get 'permission denied" error number 70 when
it the execution reaches here!
However, in normal way when I open it by Excel (no start up) it works
fine. Would you pleaes advice me on this?
Thanks,
AK
Open strLogFileName For Output As #FileNum
I'm using the follownig command in VBA code. This VBA code is used in
Excel and placed in startup directory which gets started as soon as
Excel is opened. But I get 'permission denied" error number 70 when
it the execution reaches here!
However, in normal way when I open it by Excel (no start up) it works
fine. Would you pleaes advice me on this?
Thanks,
AK
Open strLogFileName For Output As #FileNum