Greetings,
Following code is okey.
Sheets("Sheet1").Columns("A:B").Select
I need to change above code to below code like this;
Sheets("Sheet1").Columns(1, 2).Select
Red line needs to be corrected.
Regards