Hi all,
I'd like to delete [in VBA] columns D:J except for the column with the value "import" in row 2.
The value "import" however is not always in the same row [never in A:C though]
Any ideas?
Excel 2003
I'd like to delete [in VBA] columns D:J except for the column with the value "import" in row 2.
The value "import" however is not always in the same row [never in A:C though]
Any ideas?
Excel Workbook | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | test | |||||||||||
2 | ghj | goh | jkhhj | opikj | ghkj | uij | import | jhkg | gfjhg | l;kj | ||
3 | ||||||||||||
4 | ||||||||||||
5 | ||||||||||||
Sheet1 |