M
Mousam
Hi All,
I am developing an Excel Com Add-in using C++. Add-in parses the
CSV file and fills the data on specified excel sheet.
Everything is working fine except while filling data in Excel sheet if
Excel is busy in some other task (e.g user is editing some cell) then
Excel object model fails with error 0x800A03EC.
I want to know is there any way to detect if Excel is busy, so that I
can display standard OLEUIBusy dialog.
I tried implementing IMessageFilter interface but no luck
("RetryRejectedCall" is not getting called)
Any help or pointer would be greatly appreciated.
Thanks & Regards,
Mousam Dubey
I am developing an Excel Com Add-in using C++. Add-in parses the
CSV file and fills the data on specified excel sheet.
Everything is working fine except while filling data in Excel sheet if
Excel is busy in some other task (e.g user is editing some cell) then
Excel object model fails with error 0x800A03EC.
I want to know is there any way to detect if Excel is busy, so that I
can display standard OLEUIBusy dialog.
I tried implementing IMessageFilter interface but no luck
("RetryRejectedCall" is not getting called)
Any help or pointer would be greatly appreciated.
Thanks & Regards,
Mousam Dubey