Skip to search.
smf_addin · EXCEL Stock Market Functions Add-in

Group Information

  • Members: 15649
  • Category: Software
  • Founded: Jun 18, 2006
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 1680 - 1711 of 18759   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1680 arockyw007 Offline Send Email May 2, 2007
3:42 pm
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...
1681 Randy Harmelink
rharmelink Offline Send Email
May 2, 2007
4:09 pm
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...
1682 arockyw007 Offline Send Email May 2, 2007
5:28 pm
Randy, Great, it works! Thanks for the help. Great explanation. Rocky ... wrote: Randy, ... not ... which ... them. ... will ... range, ... just ... return ......
1683 Josephine R L Earl
joowl0 Offline Send Email
May 2, 2007
8:26 pm
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? ...
1684 Randy Harmelink
rharmelink Offline Send Email
May 2, 2007
8:56 pm
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...
1685 joe_case4 Offline Send Email May 2, 2007
10:56 pm
First, thanks for the great add-in. I am having some trouble using RCHGetElementNumber for retrieving the Forward PE. According to ...
1686 Randy Harmelink
rharmelink Offline Send Email
May 2, 2007
11:18 pm
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...
1687 Joe Case
joe_case4 Offline Send Email
May 3, 2007
1:38 am
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...
1688 Randy Harmelink
rharmelink Offline Send Email
May 3, 2007
2:30 am
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). ...
1689 joowl0 Offline Send Email May 3, 2007
7:24 pm
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...
1690 Ron Spruell
hashky Offline Send Email
May 3, 2007
7:37 pm
On Morningstar page, http://quicktake.morningstar.com/FundNet/Snapshot.aspx?Country=USA&pgid=hetopquote&Symbol=vtsmx or http://tinyurl.com/277ckc I have been...
1691 Randy Harmelink
rharmelink Offline Send Email
May 3, 2007
8:38 pm
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...
1692 Randy Harmelink
rharmelink Offline Send Email
May 3, 2007
8:45 pm
Just change the second search string of "Fund" to "S&P 500 TR", as in: ...
1693 Jason
rtbrjason Offline Send Email
May 3, 2007
8:47 pm
Anyway to get this add-in to play nicely with office 2004 on OSX? ... -- Jason...
1694 Martin Topper
mtopper Offline Send Email
May 3, 2007
8:55 pm
Ron Replace the word "Fund" with the following: "+/-" have a nice day ... From: Ron Spruell <hashky@...> To: smf_addin <smf_addin@yahoogroups.com> Sent:...
1695 Rob Mandeville
mandeviller Offline Send Email
May 3, 2007
9:13 pm
It won't run on os x because it relies on a dll that mac does not recognize...
1696 Ron Spruell
hashky Offline Send Email
May 4, 2007
4:03 am
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? ...
1697 Randy Harmelink
rharmelink Offline Send Email
May 4, 2007
4:15 am
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...
1698 joowl0 Offline Send Email May 4, 2007
8:40 am
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()...
1699 Randy Harmelink
rharmelink Offline Send Email
May 4, 2007
10:08 am
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...
1701 Joseph J Blass
jjblass Offline Send Email
May 4, 2007
2:54 pm
... recognize< Does anyone know how to get it to run on mac osx?...
1702 Gary Funck
garyfunck Offline Send Email
May 4, 2007
6:44 pm
... 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>...
1703 Robert J Mandeville
mandeviller Offline Send Email
May 5, 2007
12:25 am
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...
1704 peakwk79 Offline Send Email May 5, 2007
7:21 pm
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. ...
1706 Randy Harmelink
rharmelink Offline Send Email
May 5, 2007
7:40 pm
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...
1707 peakwk79 Offline Send Email May 6, 2007
4:10 am
Hi Randy, Yes, it's the problem, and with the TickerReset procedure, it's solved! Thanks a million!...
1708 leosh03 Offline Send Email May 7, 2007
7:14 am
when I use RCHGetTableCell to get data from a chinese website, the RCHGetURLData only returns many "?????", please help, thanks in advance...
1709 Randy Harmelink
rharmelink Offline Send Email
May 7, 2007
7:20 am
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?...
1710 Ron Spruell
hashky Offline Send Email
May 7, 2007
5:15 pm
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...
1711 Randy Harmelink
rharmelink Offline Send Email
May 7, 2007
5:51 pm
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...
Messages 1680 - 1711 of 18759   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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