Hii,
I'm new here. I have two worksheets in my Excel file, so i want to select and copy the columns (Part_Number,Name,Version,Level) from sheet1 to sheet2 in same workbook when the (Level) column include cell >1.
Is there any similar VBA code can help to start with ?
As you can directly use an Excel feature for achieving your need
without any code just using an advanced filter !
If you really need a code, just activate Macro recorder
and redo the same manual actions : you will get your own free code !
Read also VBA inner help of AdvancedFilter method …
As you can directly use an Excel feature for achieving your need
without any code just using an advanced filter !
If you really need a code, just activate Macro recorder
and redo the same manual actions : you will get your own free code !
Read also VBA inner help of AdvancedFilter method …
Thank you so much, i will read the reference.
i have found code that i can copy specific columns but i don't know how to set the condition if you could give me tips about it.
thanks for your effort