|
ImageAnalyst <imageanalyst@mailinator.com> wrote in message <695e3b1b-1f52-42c2-bac5-3fbe69b75090@40g2000vbr.googlegroups.com>...
> If you have Excel 2007 installed and it's saving it as Excel 2003
> format, then check your extension for your filename. If it's xls it
> may use 2003 but if it's xlsx then it may use 2007. 2007 may allow
> 1024 columns but I know Excel 2003 only allows 256 columns.
Firstly thank you very much for your answer. My code was
>>xlswrite('A',cons_new, 1)
then I changed it as
>>xlswrite('A.xlsx',cons_new, 1)
however I get an answer as
??? Undefined variable "ExcelWorkbook" or class "ExcelWorkbook.Close".
What does it mean?
Thank you in advance.
|