View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
papou[_7_] papou[_7_] is offline
external usenet poster
 
Posts: 41
Default Clear the content of a worksheet using VBA

Hi Shawshank
Sheets("Sheet1").Cells.clearcontents

HTH
Regards
Pascal


"Shawshank" a écrit dans le message de
...
I want to clear the content of a whole worksheet using VBA.
Does anyone know how to do it?

Thanks!