Hi everyone ,
i want to know which function in excel buffer table is needed to create multple sheets in single work book in excel.please tell me with best solution please.
Regards,
J.srinivas Bunny.
Hi everyone ,
i want to know which function in excel buffer table is needed to create multple sheets in single work book in excel.please tell me with best solution please.
Regards,
J.srinivas Bunny.
amol i am not getting solution can u send me the fob format object please
What solution are you not getting?
can you show us the code what you tried?
ExcelBuf.Setrange(Worksheet,‘Sheet1’);
ExcelBuf.CreateSheet(‘Sheet1’,…);
ExcelBuf.Setrange(Worksheet,‘Sheet2’);
ExcelBuf.CreateSheet(‘Sheet2’,…);