View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DNF Karran[_21_] DNF Karran[_21_] is offline
external usenet poster
 
Posts: 1
Default Deleting Range using VB

The question is are you deleting or clearing?

Range("Book").clearcontents

or

Range("Book").delete (xlUp)

Dunca

--
Message posted from http://www.ExcelForum.com