ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Question: OPEN return status (https://www.excelbanter.com/excel-programming/271027-question-open-return-status.html)

Frederik Romanov

Question: OPEN return status
 
Excel-97 (SR-2)

My Excel version 4 manual describes the obsolete form of Fopen, with
this syntax I hoped to perform

[G15:FileNonExistent] = <within a macro isNA( Fopen(
"C:\datafile.pdf", 2))


However the syntax in Excel-97 now means I have to use

[G15:FileNonExistent] = <within a macro open "C:\datafile.pdf" for
input as #123

Trouble is this does not return a status, but generates an error if
the file does not exist. How can the macro trap this error and convert
it to a return status?


When I actually tried this with a non-existent file, the cell invoking
the macro just displays #Value!, only if I step into the macro do I
get an error reported.

TIA (thanks in advance),
Fred.


All times are GMT +1. The time now is 12:52 PM.

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