I have an excel file with tab "436" which contains data. This is a data entry sheet.
I want to filter columns B,C,D,E,G,Q from tab 436 and copy this data to new worksheet.
Data when copied to new worksheet should be unique (filtered) and should copy on any change in either of columns mentioned above.
I am able to write a macro which does this when columns are in sequence or continuous. But when the columns are not continuous or not adjacent to each other macro doesn't work. I don't know how to eliminate action on unwanted columns.
Request to help me write macro to work with specific columns to copy and then count the repetitive data
Data is in sheet1 ---- column B,C,D,E,G,QUnique data is required on sheet2 ----- column C,D,E,F,G,H
Thanks in advance
Regards
I want to filter columns B,C,D,E,G,Q from tab 436 and copy this data to new worksheet.
Data when copied to new worksheet should be unique (filtered) and should copy on any change in either of columns mentioned above.
I am able to write a macro which does this when columns are in sequence or continuous. But when the columns are not continuous or not adjacent to each other macro doesn't work. I don't know how to eliminate action on unwanted columns.
Request to help me write macro to work with specific columns to copy and then count the repetitive data
Data is in sheet1 ---- column B,C,D,E,G,QUnique data is required on sheet2 ----- column C,D,E,F,G,H
Thanks in advance
Regards