Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Filter query results with a cell value
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="paulgu, post: 12922164, member: 73875"] Nuno, It's certainly possible. Just use AutoFilter. If you want to code it rather than doing it manually, the code would be: MyRange.AutoFilter Field:=ColumnNumber, Criteria1:=FilterValue where MyRange is the query results, ColumnNumber is the number of the column that you want to filter on and FilterValue is the value you want to filter by. HTH Paul [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Filter query results with a cell value
Top