ExcelRefresh
ExcelRefresh copied to clipboard
Error codes
Would be great if you could include error codes from the excellent little app. I am using it in a batch file and trying to catch errors with %errorlevel% variable. Even if file is missing %errorlevel% is always set to 0 in the batch job.
Some errors that would be great to catch:
- File is missing
- File is locked for updates (opened in excel by other application)
- ...