Hi,
If you know the cells exactly then you can use Range object with an array like below (A1,A3,A5 and A9 are sample cells to clear):
Range("A1,A3,A5,A9").ClearContents
Or for a general way (you don't know exact cells or they are too much),
1- (They are too much) Select those...