View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank[_22_] Frank[_22_] is offline
external usenet poster
 
Posts: 1
Default get data from a text file and insert them in datasheet to show a chart in VBA

Could you please help, I like to open a text file and take its data which
are X, Y coordinates of a excel chart in to a excel datasheet. What I found
out is that I can use the VBA to open a text file and load its data to the
worksheet but I dont know how to load it in to a datasheet. Could anyone
help.


thank you in advance