Thread
:
VBA lookup into large database
View Single Post
#
10
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 129
VBA lookup into large database
I'd recommend filtering the data with where clauses in your SQL
statement.
Don't even use vlookup. Get only the data you need from the database.
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]