How can I download .csv data directly to an 2 dimensional array. a(date,open,high,low,close,volume)
I can download HTTP .csv data using an input box (but not to a variable) then write to csv file, and import to an array, but this is seems all unnecesary.
Why does the inputbox method work but:
var=inet1.openURL(HistoryURL) does not?
______
HistoryURL="
RichTextBox1.Text = Inet1.OpenURL(InputBox("URL", , HistoryURL))
Inet1.AccessType = icUseDefault
b() = Inet1.OpenURL(HistoryURL, icstring)
Open "d:\business\paul\emc.csv For Output As #1
Put #1, , ba()
Close #1
errors - malformed URL???
I can download HTTP .csv data using an input box (but not to a variable) then write to csv file, and import to an array, but this is seems all unnecesary.
Why does the inputbox method work but:
var=inet1.openURL(HistoryURL) does not?
______
HistoryURL="
RichTextBox1.Text = Inet1.OpenURL(InputBox("URL", , HistoryURL))
Inet1.AccessType = icUseDefault
b() = Inet1.OpenURL(HistoryURL, icstring)
Open "d:\business\paul\emc.csv For Output As #1
Put #1, , ba()
Close #1
errors - malformed URL???