I need do VB6 Project, with AutoFilter feature.
I think work with 2 fpspread and make the vb code to
add the autofilter feature.
Can you help me ?
Desa,
I am not clear with your requirement, in case you want to implement the filtering feature in spread(COM), please note that there is no built in filtering feature in Spread(COM), however you can use the GetText method and loop through the rows and if the value returned matches your filter string then you can show that row and hide the ones that don't match the string. Hope this helps.Thanks