Search the web
Sign In
New User? Sign Up
smf_addin · EXCEL Stock Market Functions Add-in
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3112 - 3141 of 7904   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3112
Hi Randy, I have to begin by thanking you most sincerely for generously sharing your wonderful VBA code with the world. I have written some Excel VBA download...
mgbuck55
Offline Send Email
Nov 2, 2007
8:02 pm
3113
I was able to get to a smaller URL for the frame address. However, although ... Const kURL = "http://apps.cnbc.com/view.asp?uid=stocks/earnings&symbol=IBM" ...
Randy Harmelink
rharmelink
Offline Send Email
Nov 2, 2007
10:06 pm
3114
Good Morning Randy, Wow, I banged my head against a wall for a day and a half on this and you came up with something in a couple of hours. While you may not ...
mgbuck55
Offline Send Email
Nov 3, 2007
12:47 pm
3115
... It was the "link" that was attached to the "onMouseOver" attribute for each bar on the graph, so I just decided to try it as-is. To tell the truth, I...
Randy Harmelink
rharmelink
Offline Send Email
Nov 3, 2007
2:49 pm
3116
Just thought I'd mention another site I just ran into that may be easier to get data from, although only 4 quarters of future estimates: ...
Randy Harmelink
rharmelink
Offline Send Email
Nov 3, 2007
10:36 pm
3117
I have tried using =RCHGetTableCell ("http://finapps.forbes.com/finapps/jsp/finance/compinfo/Earnings.jsp? tkr="&$A2,2,"Estimated Fiscal Earnings",,,2,) By...
dab_mango
Offline Send Email
Nov 4, 2007
1:12 am
3118
Hats off to you Randy from another retired fellow. I just came across your group for stock market jobs as I am learning it after retirement. Though I didn't...
L.V.Gandhi
lvgandhi
Offline Send Email
Nov 4, 2007
1:17 am
3119
... That particular formula worked fine for me on the 14 tickers I tried it on: MMM4.97 ERES0.29 IBM6.97 MRO6.03 ASPV4.24 ENH6.81 CFI0.54 HWCC1.59 TX4.38 ...
Randy Harmelink
rharmelink
Offline Send Email
Nov 4, 2007
2:05 am
3120
I THINK I'M GETTING CLOSER. AS A REMINDER I AM USING EXCELL 2007 WITH XP AND AM NOT SURE IF THE DOWN LOAD IS IN THE RIGHT PALCE I HAVE NOT YET BEEN ABLE TO USE...
mark hanesn
markhansen_l...
Offline Send Email
Nov 4, 2007
2:20 am
3121
Thanks a lot ! I was not using ">" in front of Table Name. As a consequence, results were unpredictable to say the least ! It is obviously an "User Error" due...
dab_mango
Offline Send Email
Nov 4, 2007
2:26 am
3122
I tried using following function =RCHGetTableCell("http://finapps.forbes.com/finapps/AccountingRisk.do? tkr="&$A$33,C$2,">AGR",,,,$B33) Where $A$33 = "DRYS" ...
dab_mango
Offline Send Email
Nov 4, 2007
3:00 am
3123
No need to skip rows, or even columns for that matter, to get the data. They have both the "AGR" description and the value in the same table cell. This works...
Randy Harmelink
rharmelink
Offline Send Email
Nov 4, 2007
5:13 am
3124
Although not recommended, you can put the add-in anywhere you want. However, if you don't use the recommended directory, you will have problems using workbooks...
Randy Harmelink
rharmelink
Offline Send Email
Nov 4, 2007
5:21 am
3125
I PRINTED THE ATTACHED EMAIL AND TRIED TO FOLLOW IT EXACTLY, BUT I GOT 'FILE RCH_STOCK_MARKET_FUNTIONS' IS PASSWORD PROTECTED'. PLESE ENTER PASSWORD. PLEASE...
mark hanesn
markhansen_l...
Offline Send Email
Nov 4, 2007
5:56 am
3126
IN ADDITION TO THE BELOW I HAVE REDOWN LOADED THE FILES AND IT STILL GIVES ME THE MESSAGE UNABLE TO OPEN HTTP://F1.GRD.YAHOOFS.COM/PROGRAM FILES\SMF...
mark hanesn
markhansen_l...
Offline Send Email
Nov 4, 2007
7:03 am
3127
There is no password on the ZIP file....
Randy Harmelink
rharmelink
Offline Send Email
Nov 4, 2007
7:08 am
3128
That sounds like you are trying to open one of the XLS template files. You would get a message similar to that until you have the add-in activated. It can't...
Randy Harmelink
rharmelink
Offline Send Email
Nov 4, 2007
7:10 am
3129
Hi Randy, What is the best way to get beta, yield, expense ratio, and opening/closing prices for MF/ETFs? Thanks, Jeff...
jprowley1
Offline Send Email
Nov 4, 2007
6:16 pm
3130
These element numbers should help, although the expense ratio item only works for mutual funds: *# **Source**Element* 5099YahooRKFund Risk -- Beta -- 3-Year --...
Randy Harmelink
rharmelink
Offline Send Email
Nov 5, 2007
1:38 am
3131
Thanks Randy. FYI - I want to capture beta, expenses etc, for each fund then calculate my portfolio's beta & expenses. Last question, is it possible to...
Jeffrey Rowley
jprowley1
Offline Send Email
Nov 5, 2007
2:22 am
3132
Sure. Easiest way is probably to use the smfPricesBetween() function. For example, if the ticker symbol is in cell A1 and the date is in cell B1, then this...
Randy Harmelink
rharmelink
Offline Send Email
Nov 5, 2007
2:30 am
3133
Hi Randy, I just started using the add-In functions to get the financial data from advfn website using your template. if a company has data for >5 yrs but...
ssancheti
Offline Send Email
Nov 5, 2007
3:38 am
3134
Possible, but not trivial. AdvFN presents their data in the reverse mode of most other services so it's not easy to go backward other than in multiples of 5....
Randy Harmelink
rharmelink
Offline Send Email
Nov 5, 2007
3:52 am
3135
Sector and Industry Encoding Looking through the selection of sector and industry codes I see there are a few alternatives. Here would be my list of "nice to...
rjlabs
Offline Send Email
Nov 5, 2007
4:15 pm
3136
Thanks for the link to the Forbes site. I visited the page you linked and it looks like yet another great source for data. I feel like a kid in a candy store...
mgbuck55
Offline Send Email
Nov 5, 2007
4:34 pm
3137
Randy, I only use 2 of the functions in your add-in (incredible job, by the way). Is there an easy way to import those functions into my workbook so I don't...
jjwin77
Offline Send Email
Nov 5, 2007
9:58 pm
3138
It would depend on the functions. I have been looking at slicing and dicing everything into "atomic" modules so that it would be easier to separate them out....
Randy Harmelink
rharmelink
Offline Send Email
Nov 5, 2007
10:01 pm
3139
Hi Randy can u pl make custom function or give me guidance that how to extract this URL Data in your functions. This site i found is for getting live data of...
bohra_anand
Offline Send Email
Nov 6, 2007
6:29 am
3140
Why wouldn't you just grab it directly from the source page using RCHGetTableCell()? As far as I can tell, the URL you gave is just a preprocessor that gets...
Randy Harmelink
rharmelink
Offline Send Email
Nov 6, 2007
7:03 am
3141
Thank you very much Best Regards, Anand M. Bohra ... From: Randy Harmelink <rharmelink@...> To: smf_addin@yahoogroups.com Sent: Tuesday, 6 November, 2007...
anand bohra
bohra_anand
Offline Send Email
Nov 6, 2007
9:22 am
Messages 3112 - 3141 of 7904   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help