How VBA Excel handling the Lookup with multiple "index"?

J

Johan2000

Programming VBA in Excel is realy fun because end user
can always adjust the output format (adjust the style or cell) before print.

1. As I'm a vFoxpro9 programmer, I still can't figure out how VBA
do something (like in VFP9) such as searching a table with multiple keys
Excel as I know don't have index key, so the table must sorted when
user request a specific fields?

In VFP9
use product
set order to product_no
seek cProductNo
set order to supplier
seek .....

2. Is there any doc or book for VFP9 user to learn VBA Excel???

thanks so much....
 

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