How to select the filter for particular column in excel and scroll down to select options.
I prefer using datatables for this purpose.
Do a āRead Rangeā first and then you can use the datatable.select method to filter the rows you want.
This returns an array of datarows that you can use in a for-each loop.
Yes, there are cases where datatables canāt be generated due to the size of data. youāll need to use hotkeys in that case.
Data is huge so.Iām unable to do thatā¦ plz tell me how to set hot keyā¦ is it possible to set since I need to scroll down to select option
.[quote=āakhi_s27, post:2, topic:2787, full:trueā]
I prefer using datatables for this purpose.
Do a āRead Rangeā first and then you can use the datatable.select method to filter the rows you want.
This returns an array of datarows that you can use in a for-each loop.
Yes, there are cases where datatables canāt be generated due to the size of data. youāll need to use hotkeys in that case.
[/quote]
Hey @kla
How much huge is your data ? for better performance and data handling you should prefer datatable and for your knowledge
According to MSDN DataTable Class āThe maximum number of rows that a DataTable can store is 16,777,216ā, surprisingly, the page is not showing limitations in terms of MBs
and if your data in a table format then you can use "Filter table " activity fro excel category.
Regardsā¦!!
Aksh
Hi @kla Data Tables is the best preferred option to filter and sorting out the data. how much data it can be u can follow thatā¦
if u want to learn the head keysā¦ you can follow thisā¦
Steps:
- Goto A1 and Type that Column Num to be filteredā¦
- Next Select Entire Row by Ctrl+Space
- Next Give Alt+Down to filter menu
I used macro to filter the data since Iāve more than 100 columns in my excel and the data use increase every week.
Can able to print selected columns from outputdata Table?
No it will capture entire data without filterā¦ Filtered alone cant be captured in DataTableā¦
Hi, akhi_s27 ļ¼
Do you have same handbook to help me to understand āhow to use datatable.selectā ?
thanks very much!
I try my best , but i didnāt write a right code which can run it .