Hi,
This message is coming up and I can't figure out what's wrong, could someone please assist?
qurl = "https://trader.di.se/index.php/stock_history?" & Ticker &
"&startdate=" & MonthName(Month(sdate), True) &
"+" & Day(sdate) & "+" & Year(sdate) & "&enddate=" & Monthname(Month(edate), True) &
"+" & Day(edate) & "+" & Year(edate)
I'm trying to get data from the web to excel.
Thanks in advance!
This message is coming up and I can't figure out what's wrong, could someone please assist?
qurl = "https://trader.di.se/index.php/stock_history?" & Ticker &
"&startdate=" & MonthName(Month(sdate), True) &
"+" & Day(sdate) & "+" & Year(sdate) & "&enddate=" & Monthname(Month(edate), True) &
"+" & Day(edate) & "+" & Year(edate)
I'm trying to get data from the web to excel.
Thanks in advance!