View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Revolvr[_2_] Revolvr[_2_] is offline
external usenet poster
 
Posts: 9
Default Error changing cells in VBA if a chart is active


I have some VBA code that selects a worksheet, then changes the value of
some cells on that worksheet.

That worksheet has some charts that reference those cells.

If a user inadvertently has one of the charts selected when the macro is
run, I get an error (Runtime Error "1004").

If the chart was not initially selected, the code runs fine.

What is a good way to prevent this error? Is there a simple way to first
deselect any charts?

Using Excel 2000.

Thanks,

-- Rev