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
Write On EXCEL Page 2
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Write On EXCEL Page 2
It should work. Please show a little sample that can be compiled and run, with the Excel file included.
EMG
EMG
Re: Write On EXCEL Page 2
After you activate the other sheet did you reassign oSheet with the new active sheet?
FWH 11.08/FWH 19.03
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Write On EXCEL Page 2
Thanks
It works.
Regards
AC Woo
It works.
Regards
AC Woo