Arie Bos
Board Regular
- Joined
- Mar 25, 2016
- Messages
- 224
- Office Version
- 365
- Platform
- Windows
I have data in columns A - K
to clean column A, I use:
Columns("A:A").Select
Selection.ClearContents
this works fine, next step is to do something in column B, so I use
Columns("B:B").Select
.....
But now all columns with data are selected, not just column B. Same happened for Columns("H:J").Select or any other selection
Why is this happening?
to clean column A, I use:
Columns("A:A").Select
Selection.ClearContents
this works fine, next step is to do something in column B, so I use
Columns("B:B").Select
.....
But now all columns with data are selected, not just column B. Same happened for Columns("H:J").Select or any other selection
Why is this happening?