View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Michael Koerner Michael Koerner is offline
external usenet poster
 
Posts: 164
Default Removing all data from two columns

You make it sound so easy. Thank you very much and have a great holiday
season

--

Regards
Michael Koerner


"Gary''s Student" wrote in message
...
Sub clrit()
Range("B2:C65536").Clear
End Sub



--
Gary's Student


"Michael Koerner" wrote:

I would like to be able to remove all the data in columns B & C starting
in
B2 and C2 before new data is inserted.

--

Regards
Michael Koerner