View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Ekstrom Peter Ekstrom is offline
external usenet poster
 
Posts: 1
Default ClearContents command causes routine to stop

In Excel 2003 the following command causes execution to stop.

ActiveSheet.Range("C17:T20000").ClearContents

It works fine in Excel 2000 though...

Any ideas???

Peter