ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   autofilter macro in excel2000 (https://www.excelbanter.com/excel-programming/348509-autofilter-macro-excel2000.html)

רוזנט

autofilter macro in excel2000
 
i want to build a macro that will choos defined column or name
and will filter this column

thank you
rozent

Norman Jones

autofilter macro in excel2000
 
Hi Rozent,

Try:

'=============
Sub Tester()
ActiveSheet.AutoFilterMode = False
'Range("TEST").AutoFilter
'or
'Columns(1).AutoFilter
End Sub
'<<=============

---
Regards,
Norman


"?????" wrote in message
...
i want to build a macro that will choos defined column or name
and will filter this column

thank you
rozent




רוזנט

autofilter macro in excel2000
 
thank you

"Norman Jones" wrote:

Hi Rozent,

Try:

'=============
Sub Tester()
ActiveSheet.AutoFilterMode = False
'Range("TEST").AutoFilter
'or
'Columns(1).AutoFilter
End Sub
'<<=============

---
Regards,
Norman


"?????" wrote in message
...
i want to build a macro that will choos defined column or name
and will filter this column

thank you
rozent






All times are GMT +1. The time now is 10:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com