Intermedius
New Member
- Joined
- Oct 12, 2012
- Messages
- 32
Hello,
I using a VBA and VBScript to pull data from SAP and saving as a txt/csv file, then importing the data into Excel.
My problem is that i would like to import the data into a data table, but Excel doesn't like to import data into an existing table.
I've played around with connections and queries, but i have not found a solution.
A work around i think may work, but is very sloppy, would be to use VBA to convert the existing table into a normal "Range", import the new data, the re-convert the data range into a data table. Any better ideas?
I am so set on the table because of the awesomeness and simplification of table formulas and their auto-population.
I using a VBA and VBScript to pull data from SAP and saving as a txt/csv file, then importing the data into Excel.
My problem is that i would like to import the data into a data table, but Excel doesn't like to import data into an existing table.
I've played around with connections and queries, but i have not found a solution.
A work around i think may work, but is very sloppy, would be to use VBA to convert the existing table into a normal "Range", import the new data, the re-convert the data range into a data table. Any better ideas?
I am so set on the table because of the awesomeness and simplification of table formulas and their auto-population.
Last edited: