Quantcast
Viewing all articles
Browse latest Browse all 12

Access VBA code to import specific columns of excel csv

Suppose this is a standarized output you could implement a correct "normalized" schema

E.g. 

Table1 : resistors

Table2 : watt

Table3 : capacity

.....etc (just guessing)

then you could read the .csv in question and with the use of Split create an Array

Then you would parse this array..."allocate" data to tables and have an import that is easy to manipulate .

The most crucial thing is to make sure that the .CSV is "standard" and then decide the correct design.



Viewing all articles
Browse latest Browse all 12

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>