vba - Access Excel parameter passing -


i have table in access has accessed in excel. set macro dumps whole table , filters based on particular cell within vba since have 20,000 records slows sheet.

is there faster way of passing parameter?

the method tried 1 of answers posted previously

•in excel go data ribbon , click other sources icon •click microsoft query •select ms access database*  •browse , select database.  •in wizard select columns need import •on next page select column want filter on •select type of filter need, i.e. equals •instead of selecting value in next box enter [parameter please bob] •enter sort on next page •select return data microsoft excel , finish 

but somehow not able pass excel cell parameter. trying running in vba trying figure out how works out manually.

any appreciated.

thanks aprough, followed through procedure not selects parameters field

once have set up, right-click anywhere in returned data , choose parameters. select parameter on left, , choose "get value following cell:" , choose cell parameter. every time data refreshes, use cell parameter value. how "manually"


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -