D
David A.
I am converting some code that used the excel obect to use owc11.spreadsheet.
I have this snippet that behaves as expected with Excel.Application but does
not with owc11:
ExcelWorkBook.Sheets(1).Range('C8').Select
ExcelWorkBook.ActiveWindow.FreezePanes = True
I am calling this from COM and then exporting it to a file.
I have this snippet that behaves as expected with Excel.Application but does
not with owc11:
ExcelWorkBook.Sheets(1).Range('C8').Select
ExcelWorkBook.ActiveWindow.FreezePanes = True
I am calling this from COM and then exporting it to a file.