R2005 Vlisp: Somtimes when I open Excel with vlisp I can get the excel object and the active workbook and print the file and close excel. But some times I get an null object error when I try to get the workbook or sheet. WhenI look at the data inside the excel object it looks like this: Command: (vlax-dump-object xls_obj t) ; _Application: nil ; Property values: ; ActiveCell (RO) = nil ; ActiveChart (RO) = Exception occurred ; ActivePrinter = "\\FS02\HP5M(Engineering) on Ne04:" ; ActiveSheet (RO) = nil ; ActiveWindow (RO) = nil ; ActiveWorkbook (RO) = nil Does this mean the excel file is corrupt? It prints fine when manually printed from excel. TIA Bill