Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to set up a repeating macro to sum values in Excel2000? crankypants in Washington Excel Discussion (Misc queries) 2 October 23rd 06 09:41 PM
existing file excel2000 macro רוזנט Excel Programming 3 October 19th 05 03:15 PM
excel2000 pivottable macro רוזנט Excel Programming 4 June 30th 05 05:02 PM
pivotable excel2000 macro chaim rozent Excel Programming 1 November 1st 04 02:31 PM
pivotable excel2000 macro chaim rozent Excel Programming 3 November 1st 04 05:34 AM


All times are GMT +1. The time now is 05:29 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"