Guzzlr
Well-known Member
- Joined
- Apr 20, 2009
- Messages
- 982
- Office Version
- 2021
- Platform
- Windows
Code:
Columns("F:XFD").Select
Selection.Clear
Hello All,
The code above is working to clear all the cells. However, I would like to use another way instead of just referring to Column XFD to find the very end column.
Is there another way to select all columns from "F:to the end" and instead of clearing, just simply delete all those columns?
Thanks for the help