09-03-21 03:29 AM
27-07-21 07:38 PM
27-07-21 08:44 PM
31-07-21 03:50 PM
31-07-21 06:15 PM
Hi @jacksonliam,
In order to apply filter for specific criteria, you can refer below video:
https://www.youtube.com/watch?v=GiQgvUhbFM0
Post applying filter, since you want to copy paste the data to other sheet, please follow below steps:
1) After applying filter, Use "Select" action of "MS Excel VBO" to select the data (e.g. A:D). This will select the whole column A to D (assuming the filter is applied on column A to D).
2) Use "Copy" action of MS Excel VBO to copy the selected data.
3) Use "Activate Worksheet" of MS Excel VBO to activate the destination worksheet.
4) Use "Go to Cell" action of MS Excel VBO and go to the cell where it needs to be pasted (e.g. A1)
5) Use "Paste" action of MS Excel VBO to paste the data. It will copy and paste the filtered set of data.
Hope it helps.
31-07-21 06:23 PM
Hi
you can use the above code which was mentioned by Murali. I watched the w video on YouTube by Ritansh jatwani. After auto-filtering I used the code shared by Murali and it's absolutely working fine.
For getting the range: you can use get number of rows action available in Ms Excel VBO and just use this inside the code.
thanks Ritansh for making a video on Auto filter. Your code exactly worked for me.
31-07-21 08:11 PM
02-08-21 11:14 AM