U
Ufdah
Here's the big picture. I need to Design an Excel spreadsheet that wil
import a csv text file that is 575 colums wide (fields) and 720 row
(records) that I can then graph.
Now the details. The purpose is to be able to graph historical dat
from a Data Logger that collects data every two minutes (720 rows
day) for 575 different pieces of equipment, and I will only need t
graph a couple things at a time. I started doing this through Acces
and imported the file into a 2-D Array in VBA since there is the 25
column (field) limit, then just pulled the data I needed out of th
array and put it into a table which I could use to chart. But all th
access guys say that Excel is much better at charting and more flexibl
so I decided to see what was possible on this side. I was thinking o
approaching it simlarly in Excel but instead of a temp charting table
would use a Sheet. I really am doing no calculations and the only use
input will be to select what pieces of equipment they want to graph an
the time frame for which to graph. I currently don't have plans for th
ability to do more than one day as that would be more than one fil
import but it would be a nice feature.
I guess what I'm looking for is a little direction from those of yo
who are more seasoned in this to hopefully make this development
little less painful. Thanks
import a csv text file that is 575 colums wide (fields) and 720 row
(records) that I can then graph.
Now the details. The purpose is to be able to graph historical dat
from a Data Logger that collects data every two minutes (720 rows
day) for 575 different pieces of equipment, and I will only need t
graph a couple things at a time. I started doing this through Acces
and imported the file into a 2-D Array in VBA since there is the 25
column (field) limit, then just pulled the data I needed out of th
array and put it into a table which I could use to chart. But all th
access guys say that Excel is much better at charting and more flexibl
so I decided to see what was possible on this side. I was thinking o
approaching it simlarly in Excel but instead of a temp charting table
would use a Sheet. I really am doing no calculations and the only use
input will be to select what pieces of equipment they want to graph an
the time frame for which to graph. I currently don't have plans for th
ability to do more than one day as that would be more than one fil
import but it would be a nice feature.
I guess what I'm looking for is a little direction from those of yo
who are more seasoned in this to hopefully make this development
little less painful. Thanks