bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
What's the most efficient code to clear the contents of all row data from the 2nd column through the last column?
This is what I use to clear everything:
But how can I do the same and exclude the first column?
This is what I use to clear everything:
Code:
With Sheet("Sheet1").Cells
.ClearContents
End With
But how can I do the same and exclude the first column?