The Forum works well on MOBILE devices without an app: Just go to: https://forum.tsptalk.com
Please read our AutoTracker policy on the IFT deadline and remaining active. Thanks!
$ - Premium Service Content (Info) | AutoTracker Monthly Winners | Is Gmail et al, Blocking Our emails?
Find us on: Facebook & X | Posting Copyrighted Material
Join the TSP Talk AutoTracker: How to Get Started | Login | Main AutoTracker Page
The Forum works well on MOBILE devices without an app: Just go to: https://forum.tsptalk.com ...
Or you can now use TapaTalk again!
$0 Zero Commission Stock Trades
Up to 6 to 1 Leverage
No Pattern Day Trading Rules
Absolutely fascinating...I Robot coming up.. I hope the 3 Laws are hardwired into it.
BTW Q. Do you know of a macro that I can use in Excel that would open a browser, select a webpage, extraxt a specific piece of information (a number - for example Volume) and return it to the spreadsheet? I am working to build my own little home indicator spreadsheet but I don't want to do all the grunt work every day. Thanks.
FS
The coolest thing about Excel is being able to Record macros. Press record, manually do exactly what you want to do, press stop. That's almost always you're best starting point. Then go and modify the macro so its more generic. I created exactly what you mentioned, but for fantasy football. I created a macro that would get the data for all of the current matchups for all my teams, import it into excel (Look at the Data tab, there is a 'From Web' option), account for duplicates, make a list of my players and my opponents, and put their current point totals.
Absolutely fascinating...I Robot coming up.. I hope the 3 Laws are hardwired into it.
BTW Q. Do you know of a macro that I can use in Excel that would open a browser, select a webpage, extraxt a specific piece of information (a number - for example Volume) and return it to the spreadsheet? I am working to build my own little home indicator spreadsheet but I don't want to do all the grunt work every day. Thanks.
FS
Thanks for the links. I used to use the MSN quote function with mixed results, then it stopped being supported entirely.
I just tried this and can't get it to work so far (I just get #NAME? in the cell, there must be something simple I'm doing wrong):
How to: Obtain stock quotes from Yahoo finance in Excel - Everything about Technology
This app is $89 for just stock quotes, but is tempting, looks really easy...
Live Stock Quotes in Excel - MarketXLS: Financial Tools for Investors
Maybe post your formula here. Also, I'll see if I can find one of my old sheets and check it out too.
=NUMBERVALUE(WEBSERVICE("http://finance.yahoo.com/d/quotes.csv?s=^w4500&f=l1"))