Filtering Data in Excel with AutoHotkey

preview_player
Показать описание
In this Excel Tutorial I show how to Set and clear filters in Excel with AutoHotkey

Рекомендации по теме
Комментарии
Автор

Your Excel function library are extremely helpful Joe. Thank you very much 🙂

pratiksalve
Автор

Added the function of ;~ XL_Filter_Turn_On(XL, "A:G") XL_Filter_Turn_On(PXL, Col_RG=""){ CoL_RG:=(RG)?(RG):(XL_Used_RG(PXL, 0)) ;If Range not provided, default to used range ;Clear autofilter } to my code at the bottom and I'm unable to use the XL_Filter_Turn_On line of code as you have demonstrated here in the video. any ideas why It won't work?

WinkieDuck
Автор

Hello, how to filter two columns with different input to filter

josipstanusic