Dear Experts
oExcelObject = CREATEOBJECT('Excel.Application')
*
WITH oExcelObject
.Application.Workbooks.Add
.APPLICATION.DisplayAlerts = 0
.APPLICATION.DisplayAlerts = 1
.Application.Worksheets(1).Activate
.Application.Worksheets(1).name = "DETAIL"
ENDWITH
I know this open an excel with 3 sheets
How can i open an excel with for example 10 sheets or variabel sheers (1 sheet per account manager)
Wfg,
Filip
oExcelObject = CREATEOBJECT('Excel.Application')
*
WITH oExcelObject
.Application.Workbooks.Add
.APPLICATION.DisplayAlerts = 0
.APPLICATION.DisplayAlerts = 1
.Application.Worksheets(1).Activate
.Application.Worksheets(1).name = "DETAIL"
ENDWITH
I know this open an excel with 3 sheets
How can i open an excel with for example 10 sheets or variabel sheers (1 sheet per account manager)
Wfg,
Filip