bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
I'd like to clear specific columns in an Excel Table (in VBA). Currently using v2013.
.ClearContents will clear the entire table. I want to retain field names in the left-most column.
Is there a way to detect the the end of the table like a uBound() on an array and perhaps loop to clear DataBodyRange?
.ClearContents will clear the entire table. I want to retain field names in the left-most column.
Is there a way to detect the the end of the table like a uBound() on an array and perhaps loop to clear DataBodyRange?