Hi
cName = "socie"
oExcel:Sheets( cName ):Select()
oSheet:Cells( 1, 1 ):Value="ABC"
cName = "socif"
oExcel:Sheets( cName ):Select()
oSheet:Cells( 1, 1 ):Value="BCD"
Only page 1 is updated.
Page 2 is not updated.
how to update two pages.
Thanks
ACWoo
Using FWH + bcc582