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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 683 - 714 of 7899   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
683
... Hi Randy, I understand that you are relunctant to try different tricks I sent you. May I just add that these tricks doesn't arm your addin behaviour using...
prosuite2000i
Offline Send Email
Nov 1, 2006
3:47 pm
684
Randy, thx for the answer. I asked bc I'm familiar with the 2 strategies. I've read the studies. JB ... For more detailed information on what they actually...
JL
cue147pro
Offline Send Email
Nov 2, 2006
6:57 am
685
Greetings, I just came across this wonderful group, and I hope that one or more of you can be of assistance to me. I have downloaded and installed the add-in,...
sirfawkes
Offline Send Email
Nov 2, 2006
9:28 pm
686
hope some of this is helpfull to do what you want does not require a Yahoo ID nor do you need to be signed in to anything. the spreadsheet has to be set up a...
Martin Topper
mtopper
Offline Send Email
Nov 2, 2006
10:32 pm
687
... One of the reasons I started writing my own code to replace the queries, which gave birth to the add-in. ... In order to get the information using the...
Randy Harmelink
rharmelink
Offline Send Email
Nov 2, 2006
10:43 pm
688
Martin, I have posted my file to the upload area, it is called Aerospace.xls. I did not check the option to announce it to the entire group. Thanks you your...
sirfawkes
Offline Send Email
Nov 2, 2006
11:43 pm
689
Randy, Thanks for the wonderful reply. I have attempted to understand the arrays, but I am failing to understand them fully, yet. What I have done, hopefully...
sirfawkes
Offline Send Email
Nov 3, 2006
12:04 am
690
I updated two templates that use the RCHGetTableCell() function to retrieve financial statements data from MSN: ...
Randy Harmelink
rharmelink
Offline Send Email
Nov 3, 2006
12:27 am
691
... I moved your file to the "Requested Samples" folder in the files area. After modifying it to add the appropriate formula and its needed inputs, I also...
Randy Harmelink
rharmelink
Offline Send Email
Nov 3, 2006
12:35 am
692
... 1,"",1) Randy, I tried to retrieve the top table from the web-site www.indexarb.com, it worked before but I put it aside to work on other stuffs. And now...
cykwan80
Offline Send Email
Nov 3, 2006
4:44 am
693
The "#NAME?" error is what you get when it can't find the function name. Have you moved or renamed the add-in since you created the formula in the original...
Randy Harmelink
rharmelink
Offline Send Email
Nov 3, 2006
5:01 am
694
Randy I also get the #name error while a spreadsheet with many many "RCH" formulas is waiting to process each one. If I wait long enough (sometimes as much as...
Martin Topper
mtopper
Offline Send Email
Nov 3, 2006
2:24 pm
695
Yes, I did move the add_in function to another location in my C-drive, the program file>SMF Add-in you recommend so I can have the access in my office's...
cykwan80
Offline Send Email
Nov 3, 2006
2:32 pm
696
It may be that the workbook hasn't finished recalculating, if it's a large workbook -- see Martin's response (thanks, Martin!)....
Randy Harmelink
rharmelink
Offline Send Email
Nov 3, 2006
4:02 pm
697
I made a slight modification to these templates -- the headings (e.g. "Quarterly Income Statement") now contain hyperlinks to the web page the data is...
Randy Harmelink
rharmelink
Offline Send Email
Nov 3, 2006
4:58 pm
700
Hi Randy Can we use the RCHGetHTMLTable function in such a way that "IBM" is replaced by Sticker as a reference to a named cell? I tried the following and it...
SoundTrader
soundtrader2000
Offline Send Email
Nov 8, 2006
9:08 pm
701
SoundTrader: Try this RCHGetHTMLTable("http://finance.yahoo.com/q/ud?s="&Sticker, "Research Firm", -1, "Research Firm", 1) Dale ... replaced by Sticker as a...
optiontrader3290
optiontrader...
Offline Send Email
Nov 8, 2006
9:50 pm
702
Yes, you can -- as Dale's example shows (thanks Dale). You just have to remember that you're concatenating the ticker symbol to the rest of the string. As...
Randy Harmelink
rharmelink
Offline Send Email
Nov 8, 2006
11:30 pm
703
Hey Folks, first of all, thanks a lot for this great tool! I have to write an empirical paper for an investment banking seminar at my university and hope to...
donbraingnon
Offline Send Email
Nov 10, 2006
5:07 pm
704
I would think the easiest thing to do would be to use a ticker symbol that the current function would recognize. For example, I am able to get the history for...
Randy Harmelink
rharmelink
Offline Send Email
Nov 10, 2006
6:31 pm
705
thanks a lot for the quick answer, I'll try it out as soon as I am back home. Using the american version with the ticker symbol might be allright. But your...
donbraingnon
Offline Send Email
Nov 13, 2006
12:10 pm
706
I'm trying to create a template to pull in Morningstar Financial statement data using RCHGetTableCell, but for some reason I'm getting errors every time I try...
bpeven
Offline Send Email
Nov 13, 2006
10:03 pm
707
I was able to set up a few formulas set up OK (and have saved it so I can make a template in the near future). For example, to get the first two cells of the...
Randy Harmelink
rharmelink
Offline Send Email
Nov 13, 2006
11:21 pm
708
Here's a different way to use a VBA method to use the SMF formulas. In this example, I will be retrieving history data for 3 different companies, although it...
Randy Harmelink
rharmelink
Offline Send Email
Nov 14, 2006
6:57 am
709
I guess I could remove all calls directly to rch from my workbook and only do VBA calls, but I was wondering where would I put a test for internet connectivity...
ajiusdc
Offline Send Email
Nov 14, 2006
7:08 am
710
Hmm. Couldn't you test for the connectivity BEFORE you opened the workbook? Or, you could automate the process within the workbook open event -- possibly...
Randy Harmelink
rharmelink
Offline Send Email
Nov 14, 2006
7:52 am
711
Well, yeah, thing is, I am not sure how to test for Internet connectivity in an Excel Macro......
ajiusdc
Offline Send Email
Nov 14, 2006
3:47 pm
712
You could just check the value of one of the functions you're saying is returning "Error" when you con't have internet connectivity. One that is unlikely to...
Randy Harmelink
rharmelink
Offline Send Email
Nov 14, 2006
4:20 pm
713
Thanks Randy. Wow, I wasn't even close. Everytime that I figure that you taught me how to fish, I quickly realize that you just gave me another fish, and I'm...
bpeven
Offline Send Email
Nov 14, 2006
6:06 pm
714
I was excited by your exchange and Randy's examples. Last night I created a template for PandL, Cash Flow and Balance Sheet (why should Randy have all the fun...
Martin Topper
mtopper
Offline Send Email
Nov 14, 2006
7:38 pm
Messages 683 - 714 of 7899   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