I am getting the following error in a form method that creates an Excel worksheet from an underlying VFP cursor:
Error #1429 in Outputexcel
....
OLE IDispatch exception code 0 from Microsoft Excel: Unable to set the PrinTitleRows property of the PageSetup class ..
...
The piece of code in question:
WITH oActiveSheet.PageSetup
.PrintTitleRows = "$1:$1"
.PrintTitleColumns = ""
ENDWITH
Strange enough, this code produces no problem since about a year. Now the customer upgraded to Win2K with Office 2000 (SP1) and suddently I have this thing....
Can anybody enlighten me what's wrong with my code?
Error #1429 in Outputexcel
....
OLE IDispatch exception code 0 from Microsoft Excel: Unable to set the PrinTitleRows property of the PageSetup class ..
...
The piece of code in question:
WITH oActiveSheet.PageSetup
.PrintTitleRows = "$1:$1"
.PrintTitleColumns = ""
ENDWITH
Strange enough, this code produces no problem since about a year. Now the customer upgraded to Win2K with Office 2000 (SP1) and suddently I have this thing....
Can anybody enlighten me what's wrong with my code?