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 1680 - 1711 of 7914   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1680
Randy, I just downloaded this add in about a week ago. It's great. I don't understand if I am doing something wrong here or what. I open excel and type into a...
arockyw007
Offline Send Email
May 2, 2007
3:42 pm
1681
That function is returning high prices for each day in the period, not the highest price during the period. That is an array function, which means it is...
Randy Harmelink
rharmelink
Offline Send Email
May 2, 2007
4:09 pm
1682
Randy, Great, it works! Thanks for the help. Great explanation. Rocky ... wrote: Randy, ... not ... which ... them. ... will ... range, ... just ... return ......
arockyw007
Offline Send Email
May 2, 2007
5:28 pm
1683
Randy, is there a reference on this group or the xlt group which will help me decide whether I should look at smf or RCH to figure out how to do what I want? ...
Josephine R L Earl
joowl0
Offline Send Email
May 2, 2007
8:26 pm
1684
The past is catching up with me. When I first starting writing these functions for my own use, I used the RCH prefix so that the function names would be unique...
Randy Harmelink
rharmelink
Offline Send Email
May 2, 2007
8:56 pm
1685
First, thanks for the great add-in. I am having some trouble using RCHGetElementNumber for retrieving the Forward PE. According to ...
joe_case4
Offline Send Email
May 2, 2007
10:56 pm
1686
Interesting. As far as I can tell, it's a Yahoo problem. When I first tried retrieving element #944, I got the 15.34 you mention. However, I used the...
Randy Harmelink
rharmelink
Offline Send Email
May 2, 2007
11:18 pm
1687
yeah, I see now that the value sometimes changes after a refresh. thanks for looking into it. how do you use smfForceRecalculation? ... From: Randy Harmelink...
Joe Case
joe_case4
Offline Send Email
May 3, 2007
1:38 am
1688
I have it assigned to a keyboard shortcut (Ctrl-Shift-R). You could assign it to a button, a cell, or just execute it via the macro dialog (alt-F8). ...
Randy Harmelink
rharmelink
Offline Send Email
May 3, 2007
2:30 am
1689
Thanks, Randy, that answered my question but I should also have asked where to find out how to obtain and use the smf functions. Are they macros? Your answer...
joowl0
Offline Send Email
May 3, 2007
7:24 pm
1690
On Morningstar page, http://quicktake.morningstar.com/FundNet/Snapshot.aspx?Country=USA&pgid=hetopquote&Symbol=vtsmx or http://tinyurl.com/277ckc I have been...
Ron Spruell
hashky
Offline Send Email
May 3, 2007
7:37 pm
1691
Everything I mentioned is within the add-in, which is in the files area of the group. Once you install it, all of those functions and macros should be...
Randy Harmelink
rharmelink
Offline Send Email
May 3, 2007
8:38 pm
1692
Just change the second search string of "Fund" to "S&P 500 TR", as in: ...
Randy Harmelink
rharmelink
Offline Send Email
May 3, 2007
8:45 pm
1693
Anyway to get this add-in to play nicely with office 2004 on OSX? ... -- Jason...
Jason
rtbrjason
Online Now Send Email
May 3, 2007
8:47 pm
1694
Ron Replace the word "Fund" with the following: "+/-" have a nice day ... From: Ron Spruell <hashky@...> To: smf_addin <smf_addin@yahoogroups.com> Sent:...
Martin Topper
mtopper
Offline Send Email
May 3, 2007
8:55 pm
1695
It won't run on os x because it relies on a dll that mac does not recognize...
Rob Mandeville
mandeviller
Offline Send Email
May 3, 2007
9:13 pm
1696
Interesting. Replacing "Fund" with "+/-" or "S&P 500 TR" works, but replacing "Fund" with "+/- S&P 500 TR" does not. Can either of you give me a clue why not? ...
Ron Spruell
hashky
Offline Send Email
May 4, 2007
4:03 am
1697
Well, if you look at the source code for the page, there are a LOT of characters between "+/-" and "S&P 500", including a line feed character. There's not...
Randy Harmelink
rharmelink
Offline Send Email
May 4, 2007
4:15 am
1698
Are you saying that if I want to send a workbook with a Yahoo History to someone who does not have the add-in, all I have to do is use smfGetYahooHistory()...
joowl0
Offline Send Email
May 4, 2007
8:40 am
1699
Yes and no. If you added the smfGetYahooHistory() module to the VB project for the workbook (and turned on any required reference libraries), then it wouldn't...
Randy Harmelink
rharmelink
Offline Send Email
May 4, 2007
10:08 am
1701
... recognize< Does anyone know how to get it to run on mac osx?...
Joseph J Blass
jjblass
Offline Send Email
May 4, 2007
2:54 pm
1702
... You might take a look at Cross-Over Office: http://www.codeweavers.com/products/cxmac/ ... and if you try it ... please let us know how it goes. <g>...
Gary Funck
garyfunck
Offline Send Email
May 4, 2007
6:44 pm
1703
this will work... although if you have an Intel based mac you are better off just running windows (via bootcamp or parallel) and using office in its native...
Robert J Mandeville
mandeviller
Offline Send Email
May 5, 2007
12:25 am
1704
I maintain a list of a few hundred stocks in my basket and recently, I wrote a simple VBA script to add the MSN stockscouter current rating for each of them. ...
peakwk79
Offline Send Email
May 5, 2007
7:21 pm
1706
I would suspect you ran into the 1000-page storage limit. When the SMF functions are used, the source of the web page you are retrieving data from is stored in...
Randy Harmelink
rharmelink
Offline Send Email
May 5, 2007
7:40 pm
1707
Hi Randy, Yes, it's the problem, and with the TickerReset procedure, it's solved! Thanks a million!...
peakwk79
Offline Send Email
May 6, 2007
4:10 am
1708
when I use RCHGetTableCell to get data from a chinese website, the RCHGetURLData only returns many "?????", please help, thanks in advance...
leosh03
Offline Send Email
May 7, 2007
7:14 am
1709
I'm not sure how I can help when you haven't given me any specifics. Which website? What function parameters? Version of EXCEL? Computer operating system?...
Randy Harmelink
rharmelink
Offline Send Email
May 7, 2007
7:20 am
1710
For some reason I started getting this Dialog Box from Internet Explorer. I get this Dialog Box when downloading data from the Internet into Excel. I have...
Ron Spruell
hashky
Offline Send Email
May 7, 2007
5:15 pm
1711
Sounds like you may have just installed or upgraded some Firewall software that monitors any access to the Internet. I've never seen such a message myself, so...
Randy Harmelink
rharmelink
Offline Send Email
May 7, 2007
5:51 pm
Messages 1680 - 1711 of 7914   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