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....
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....