View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Abhinav Abhinav is offline
external usenet poster
 
Posts: 1
Default Deleting data from Shared workbook

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