jluangrath88
New Member
- Joined
- Apr 22, 2018
- Messages
- 23
Hi fellow Excel experts!
I need a bit of help figuring this one out. I need a VBA code to delete some columns and rows that have unwanted data.
Let’s call this sheet, Sheet1. Sheet1 has Columns A to L. However, I only need Column A, B,C,D,H, and J. I want to completely delete Columns E, F, G, I, K, and L.
As for the rows, Sheet1 has an infinite number of rows. I need to delete any row that does not have the value of “X” in Column J.
Can someone provide me with some help to get started? Thanks a bunch.
I need a bit of help figuring this one out. I need a VBA code to delete some columns and rows that have unwanted data.
Let’s call this sheet, Sheet1. Sheet1 has Columns A to L. However, I only need Column A, B,C,D,H, and J. I want to completely delete Columns E, F, G, I, K, and L.
As for the rows, Sheet1 has an infinite number of rows. I need to delete any row that does not have the value of “X” in Column J.
Can someone provide me with some help to get started? Thanks a bunch.