A
Abhinav
Hi,
I am trying to delete data on a shared workbook through
automation.
m_pXlWorksheet->UsedRange->Delete(Excel::xlToLeft);
This throws an error even when the workbook is not opened
by anyone else. Does someone know if I should be using
someother method that Delete or using some flag with it?
Thanks.
Abhinav
I am trying to delete data on a shared workbook through
automation.
m_pXlWorksheet->UsedRange->Delete(Excel::xlToLeft);
This throws an error even when the workbook is not opened
by anyone else. Does someone know if I should be using
someother method that Delete or using some flag with it?
Thanks.
Abhinav