G
Guest
Hi folks,
I have a excel spreadsheet called "test.xls" which has a "sheet1" in it. On
the sheet1, there has the following data.
A1 Peter
B1 student
B12 50
C5 15
I want to get those cells' value and append to a table from VBA. For example:
A1 go to Field1
B12 go to Field2
B1 go to Fie1d3
C5 go to Fie1d4
Could anyone can show me how to do it?
Thanks in advance.
Tim.
I have a excel spreadsheet called "test.xls" which has a "sheet1" in it. On
the sheet1, there has the following data.
A1 Peter
B1 student
B12 50
C5 15
I want to get those cells' value and append to a table from VBA. For example:
A1 go to Field1
B12 go to Field2
B1 go to Fie1d3
C5 go to Fie1d4
Could anyone can show me how to do it?
Thanks in advance.
Tim.