Mr. Nages:
It will be possible to insert a logo or text when I oBrw : ToExcel () ?
Thank you very much !
Roberto.
Mr. Nages:
It will be possible to insert a logo or text when I oBrw : ToExcel () ?
Thank you very much !
Roberto.
oBrw:ToExcel() displays the finished excel sheet and returns oSheet object.
oSheet := oBrw:ToExcel(...)
With the object oSheet you can do any further work you want to do.
Limitation is only your need and knowledge of Excel OLE