Hi Friends,

I am trying to copy selected columns to a new workbook.

- Copy selected columns in ListBox1 to a new workbook
- Row containing data will keep on changing (can increase or decrease), I mean to say that Range("B4:P25") is not fixed. So I need to keep it dynamic
- For column selection i am trying to use ActiveX ListBox (so that multiple selection is enable), if you want you can use some other method also

Here is the attached sample file Delete Selected Columns.xlsm

Thanks & Regards,
Manish