loop on criteria

Y

yaniv.dg

hi all,
i would like to do a loop on criteria list in order to use it for a
comperasion for access file,
what is the best way to do it?
 
B

Bob Phillips

Maybe

For Each cell in Range("Criteria")
'do something
Next cell

which assumes that the criteria is a named range

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Y

yaniv.dg

hi Bob
thank you for the answer
i didnt understand so much how can implement it
the issue is that i need to use the criteria in order to compare with
another office tool access now in order to do this i need to take the
value of the criteria.
do you have an idea how can i do it?

Bob Phillips כתב:
 
B

Bob Phillips

Not enough info to work on I am afraid.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

hi Bob
thank you for the answer
i didnt understand so much how can implement it
the issue is that i need to use the criteria in order to compare with
another office tool access now in order to do this i need to take the
value of the criteria.
do you have an idea how can i do it?

Bob Phillips ???:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top