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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 4804 - 4833 of 7919   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4804
is very tempermental today. Not able to retrive data for about half of tickers selected in an array entered retrieve that asks for price and change. A...
Martin Topper
mtopper
Offline Send Email
Aug 1, 2008
3:16 pm
4805
Wow then...this is the answer to my prayers !!!! Gonna get started now....Thank you so much !!!...
thegraphicplace
Offline Send Email
Aug 1, 2008
4:48 pm
4806
Randy, I must be making an error. I tried for ticker XBI and others. Get #VALUE!. Not sure what I'm doing wrong. It also does not like the "*" in three of...
smithjhhic
Offline Send Email
Aug 1, 2008
5:48 pm
4807
The "column" is the number of columns from the string being searched for, while negative values get that relative column from the end of the row. For example,...
Randy Harmelink
rharmelink
Offline Send Email
Aug 1, 2008
6:24 pm
4808
yes, that is what i was after! one more thing, how can i call RCHGetTableCell() from another function? call RCHGetTableCell() as i found out doesn't work....
jck_g
Offline Send Email
Aug 1, 2008
7:47 pm
4809
I'm not sure what you're asking? "Call" is something you do in VBA....
Randy Harmelink
rharmelink
Offline Send Email
Aug 1, 2008
8:46 pm
4810
Randy: We all just want to say Thanks a Zillion for all the help we have gotten from you without expecting anything in return for many years now. More than...
dab_mango
Offline Send Email
Aug 1, 2008
11:27 pm
4811
I've been having trouble with RCHGetYahooHistory for a while. I assume it is on the Yahoo end, because if it try it later on, it will be different. For...
Mark Dorogi
mddorogi
Offline Send Email
Aug 2, 2008
12:46 am
4812
It does appear to be a problem on the Yahoo end, since currently THMD history on Yahoo ends on 7/22/2008 when I view the historical quotes web page here: ...
Randy Harmelink
rharmelink
Offline Send Email
Aug 2, 2008
12:53 am
4813
Thanks. Is there a better (free!) place to get historical quotes from? I've wondered whether Yahoo is losing focus on their quality control given all the...
Mark Dorogi
mddorogi
Offline Send Email
Aug 2, 2008
1:01 am
4814
None that I'm aware of. I'm not even sure the paid data services are all that much more reliable....
Randy Harmelink
rharmelink
Offline Send Email
Aug 2, 2008
1:46 am
4815
Sorry for the confusion. I would like to write a simple VBA function to return only the quote from Google. First, i would call RCHGetTableCell(), which would...
jck_g
Offline Send Email
Aug 2, 2008
1:57 am
4816
You need to set up a link to the add-in library using menu options > Tools > References. Otherwise, your VBA environment isn't aware the add-in functions...
Randy Harmelink
rharmelink
Offline Send Email
Aug 2, 2008
2:04 am
4817
I'd like to be able to construct a portfolio of indexes and then calculate return over a variable time period. I can see the return for a bunch of equities if...
garyhartling
Offline Send Email
Aug 2, 2008
2:17 am
4818
I've done that -- even created a graph of my portfolio value over time. It's just a matter of getting the historical quotes for the indexes over the time...
Randy Harmelink
rharmelink
Offline Send Email
Aug 2, 2008
2:25 am
4819
that did it! i wanted to use vba in order avoid the double call to RCHGetTableCell(). as far as i can tell, google quotes are always in the form of xxxx.xx....
jck_g
Offline Send Email
Aug 2, 2008
3:34 am
4820
Thanks, Randy. I'm trying to use your smfPricesByDates() function available in the "Works in Progress" folder. I downloaded the example and the associated...
garyhartling
Offline Send Email
Aug 2, 2008
3:48 am
4821
The #NAME? issue, the full path showing up in the cell, and the link error message are all telling you that it can't find the add-in function. Did you save...
Randy Harmelink
rharmelink
Offline Send Email
Aug 2, 2008
4:08 am
4822
No, I didn't do a save. But when I try to save I get another error: Microsoft Office Excel cannot access the file 'C:\Program Files\SMF Addin'. There are...
garyhartling
Offline Send Email
Aug 2, 2008
2:02 pm
4823
You did create that path when you installed the add-in, correct?...
Randy Harmelink
rharmelink
Offline Send Email
Aug 2, 2008
2:17 pm
4824
I don't know what you mean. The add-in does reside at C:\Program Files\SMF Addin. After I import the new macro I tried to "Save" and I get the error. How do...
garyhartling
Offline Send Email
Aug 2, 2008
3:06 pm
4825
If that's were the add-in resides, then you did create the path during the install. I just can't figure out why it won't let you save the add-in. Unless you...
Randy Harmelink
rharmelink
Offline Send Email
Aug 2, 2008
3:54 pm
4826
Agree...to some extent. However, I don't think there are many professional traders relying upon either YHOO or GOOG for data. Services like Esignal and DTN IQ...
Mark Simms
msimmsx
Offline Send Email
Aug 3, 2008
5:16 pm
4827
When I try, =RCHGetElementNumber("Version"), I get following. Stock Market Functions add-in, Version 2.0h when I try a web query, it works fine. I've disabled...
steveh3011
Offline Send Email
Aug 3, 2008
5:28 pm
4828
Randy .... have been trying to use "Raw Data for IBD Extract-Modified.xls" file (mentioned in your earlier post)with no success. When I open it there is a...
oldabuelo
Offline Send Email
Aug 4, 2008
7:08 pm
4829
I just tried it and it worked fine for me, using the file from the Yahoo Group. However, I did use the EXCEL Web Query process to log in first, not IE. Right...
Randy Harmelink
rharmelink
Offline Send Email
Aug 4, 2008
8:02 pm
4830
Randy: First, let me just echo the thanks I have seen from many others for your valuable efforts on these tools. I never ceased to be amazed at the number of...
rmusgraves2700
Offline Send Email
Aug 5, 2008
3:42 pm
4831
This one has me stumped as well. All of the examples you cite work fine for me. The only time I get a #VALUE? error is if I try to use the returned time in a...
Randy Harmelink
rharmelink
Offline Send Email
Aug 5, 2008
4:04 pm
4832
Randy: I neglected to mention that I am on WinXP (SP2) and Excel 2003, for whatever that's worth. I get the same string result as you when I used the...
Robert Musgraves
rmusgraves2700
Offline Send Email
Aug 5, 2008
9:33 pm
4833
The formula you gave for the morningstar stars worked for me...but the formula you gave for the Morningstar Fair Value did not...this is what you wrote: ...
talgg
Offline Send Email
Aug 6, 2008
3:22 pm
Messages 4804 - 4833 of 7919   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