I am developing an Access application and I want to create a spreadsheet named C:\FileB.XLS comprised of
3 columns from another speadsheet named C:\FileA.XLS .
Do you know of any VBA code that could take 3 columns from C:\FileA.XLS that has values as follows
and copy them into C:\FileB.XLS such that columns A, C and E are copied into columns A, B, C
I just want to copy the detail data, thus is it possible to bypass the first 2 rows which are not the actual data ?
File A layout:
A B C D E
1 plug
2 State Funds Account Tax ID Cusip #
3 Alabama 12 123456 99 5754456
4 Florida 14 765444 88 4556665
File B layout
A B(orig C) C(orig E)
1 Alabama 123456 5754456
2 Florida 765444 4556665
3 columns from another speadsheet named C:\FileA.XLS .
Do you know of any VBA code that could take 3 columns from C:\FileA.XLS that has values as follows
and copy them into C:\FileB.XLS such that columns A, C and E are copied into columns A, B, C
I just want to copy the detail data, thus is it possible to bypass the first 2 rows which are not the actual data ?
File A layout:
A B C D E
1 plug
2 State Funds Account Tax ID Cusip #
3 Alabama 12 123456 99 5754456
4 Florida 14 765444 88 4556665
File B layout
A B(orig C) C(orig E)
1 Alabama 123456 5754456
2 Florida 765444 4556665