I'm finally making my way though reading an Excel file from VC++. The
problem I'm having now is when trying to execute the following code to
close a worksheet...

excelWorkbook->Close(__box(false),0,0);


I'm getting a System.NullReferenceException when running the code. I'm
wanting to close the workbook without Excel prompting to save changes.

Thanks for any help...John