I have a program that reads all sheets and cells in an excel file and saves for use by other lisp routines.
I have someone using the program who just purchased a new computer with Windows 8.
The program now crashes at the following line -
(setq xlsheets (xlgetsheets xlbook))
I am unable to test this since I don't have Windows 8 yet and I was wondering if someone could give me an idea why this is happening.
Thanks in advance!