Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Autofilter Array

I can't find the answer to this can someone help me finish this code -
I need to set the autofilter to the values in the Array - Using XL2007

With Worksheets("Ariba Export")
UpLoadArray = .Range("A2", .Range("A" & Rows.Count).End
(xlUp)).Value
End With

ActiveCell.SpecialCells(xlLastCell).Select
End_Cell = ActiveCell.Row
End_Column = ActiveCell.Column
Range("A1").Select
Range("A1", ActiveCell.Offset(End_Cell - 1, End_Column -
1)).AutoFilter
ActiveSheet.Range("A1", ActiveCell.Offset(End_Cell - 1, End_Column
- 1)).AutoFilter Field:=6, Criteria1:=ArrayUpLoadArray,
Operator:=xlFilterValues
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
array-to-row autofilter issue Tekito Excel Programming 3 September 15th 09 03:17 PM
get value from last row of an autofilter array Christa Excel Worksheet Functions 2 April 10th 08 07:28 PM
Autofilter multiple criteria using array JustMe Excel Programming 3 October 8th 06 03:26 AM
Array formula with AutoFilter mark Excel Programming 10 July 7th 05 02:27 AM


All times are GMT +1. The time now is 05:40 PM.

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"