View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kjartan Kjartan is offline
external usenet poster
 
Posts: 3
Default ClearContents does not work...

To make 'Empty' cells I expected this to work:

Worksheets("Sheet1").Range("F1:F15").ClearContents

.... but it does nothing... does not even clear numbers in those cells.
Do I need to use another method for this purpose ?


Thank's,
Kjartan