View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Ivey[_2_] Mark Ivey[_2_] is offline
external usenet poster
 
Posts: 171
Default Create a chart from a "txt" or a "csv" file

Is is possible to create a chart from an external data source like a text
file or a csv file with VBA and keep the data external?

If anyone has any experience with this topic, I would really appreciate some
examples.


The data I am working with is formatted as such:

METER, CHANNEL
12, 8
47, 10
349, 8


TIA...
Mark Ivey