I'm currently working on a project to convert a Foxpro database into Access. How do I lookup a cell value (given row number and column number) and return it to a variable?
This is what I want to do:
temp = table(row_numbe r,column_number )
I've searched through the internet and tried various methods and still cannot do it =(
Please Help!!
Many thanks!!
This is what I want to do:
temp = table(row_numbe r,column_number )
I've searched through the internet and tried various methods and still cannot do it =(
Please Help!!
Many thanks!!
Comment