K
kansaskannan
Could anyone please tell me
(a) Why the following line of code will work only if "Test" is the
active worksheet.
Sheets("Test").Cells(1, 1).EntireColumn.Delete
(b) How can I delete a column in a particular worksheet without
selecting that worksheet.
Thank you very much.
(a) Why the following line of code will work only if "Test" is the
active worksheet.
Sheets("Test").Cells(1, 1).EntireColumn.Delete
(b) How can I delete a column in a particular worksheet without
selecting that worksheet.
Thank you very much.