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 5021 - 5050 of 7954   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5021
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the smf_addin group. File : /Uploads by...
smf_addin@yahoogroups...
Send Email
Sep 1, 2008
7:30 pm
5022
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the smf_addin group. File : /Uploads by...
smf_addin@yahoogroups...
Send Email
Sep 1, 2008
7:31 pm
5023
Dear Group, I just uploaded the ADVFN Financial Data Templates for Excel 2003 and Excel 2007. FileName: Excel_2003_ADVFN_Financial_Data.xlt ADVFN Financial...
rnfermincota
Offline Send Email
Sep 1, 2008
7:35 pm
5024
Do you have an add-in that will be bale to login to a broker's website? Tks, -- Jack Albert...
ja000
Offline Send Email
Sep 1, 2008
8:47 pm
5025
You may not need one. I use the add-in to gather information from sites that require a login. For them, the key is to login to the site via IE or EXCEL's Web...
Randy Harmelink
rharmelink
Offline Send Email
Sep 1, 2008
8:54 pm
5026
... website? ... I wouldn't mind having a template for logging into Yahoo. I probably can modify it to do other web sites....
feshipley
Offline Send Email
Sep 2, 2008
10:30 pm
5027
This message thread may help: http://www.wiredbox.net/Forum/Thread233009_Filling_out_usernames_in_IE.aspx It has code to open the IE object, fill in form...
Randy Harmelink
rharmelink
Offline Send Email
Sep 2, 2008
10:43 pm
5028
Feshipley, With the following routine, browser open or closed makes no difference, but IE would have to be the browser you logged in with. Because this...
Rafael Nicolas Fermin
rnfermincota
Offline Send Email
Sep 2, 2008
10:45 pm
5029
Hey Randy, Is there a way of getting weekly prices (open, high, low, and close) using the add-in? I am trying to find a way of getting weekly price histroy and...
bramraika
Offline Send Email
Sep 3, 2008
2:52 am
5030
Sure. Just use the RCHGetYahooHistory() function. For example, this formula will get adjusted weekly prices for IBM: =RCHGetYahooHistory("IBM",,,,,,,"w",,,1)...
Randy Harmelink
rharmelink
Offline Send Email
Sep 3, 2008
2:58 am
5031
Thanks a lot Randy, That worked wonderfully.. Thank you so much for your help.. Best. ... this ... close) ... price ... of me...
bramraika
Offline Send Email
Sep 3, 2008
3:33 am
5032
Hi -- I've installed the add-on but not able to retrieve any prices --- just looking for basic historical data .... please let me know how to check and see...
Debbie Sheperd
sheperd0
Offline Send Email
Sep 3, 2008
5:58 pm
5033
What do you get when you use the formula below? Or, what do you get when you use this formula: =RCHGetElementNumber("Version") Which version of EXCEL?...
Randy Harmelink
rharmelink
Offline Send Email
Sep 3, 2008
6:01 pm
5034
wow thanks for prompt reply --- error: #NAME? Excel 2003 .... Debbie ... From: Randy Harmelink <rharmelink@...> To: smf_addin@yahoogroups.com Sent:...
Debbie Sheperd
sheperd0
Offline Send Email
Sep 3, 2008
6:05 pm
5035
#NAME? usually means the add-in hasn't been installed properly -- EXCEL can't find the function name. I'll assume you unzipped the downloaded file? But did...
Randy Harmelink
rharmelink
Offline Send Email
Sep 3, 2008
6:11 pm
5036
sorry to be so dense but yes it is selected when I look at my add-ins ...... ... From: Randy Harmelink <rharmelink@...> To: smf_addin@yahoogroups.com ...
Debbie Sheperd
sheperd0
Offline Send Email
Sep 3, 2008
6:18 pm
5037
Can you try the two functions in the thread so far in a new workbook, upload the workbook, and let me take a quick look? =RCHGetElementNumber("Version") ...
Randy Harmelink
rharmelink
Offline Send Email
Sep 3, 2008
6:32 pm
5038
I think I got it!! Thanks so much!!! ... From: Randy Harmelink <rharmelink@...> To: smf_addin@yahoogroups.com Sent: Wednesday, September 3, 2008 2:31:55...
Debbie Sheperd
sheperd0
Offline Send Email
Sep 3, 2008
7:40 pm
5039
smfUpdateDownloadTable element 25 It pulls all other data in the table for other tickers but returns an error for EWT Any suggestions? Thank you...
keithfg
Offline Send Email
Sep 4, 2008
8:23 pm
5040
Randy- When I open SMF-Template-Morningstar-Total Return.xls and fill in any ticker symbol in cell B2, all calculated cells are filled with "Undefined". I had...
wlittlej
Offline Send Email
Sep 4, 2008
8:24 pm
5041
Element #25 comes from MSN's "Full Report" stock page from MSN, so it won't work for an ETF (or a mutual fund, for that matter). To get current quotes, you...
Randy Harmelink
rharmelink
Offline Send Email
Sep 4, 2008
8:30 pm
5042
I suspect you didn't unzip all of the files into the same folder as the add-in? The element definitions are stored in external files: smf-elements-0.txt =...
Randy Harmelink
rharmelink
Offline Send Email
Sep 4, 2008
8:32 pm
5043
you may have to eliminate this portion of each cell reference  'C:\Program Files\SMF Add-In\RCH_Stock_Market_Functions.xla'! use Find and replace with "" (a...
Martin Topper
mtopper
Offline Send Email
Sep 4, 2008
8:35 pm
5044
Does anyone know of add-in or VBA that can aggregate some number of online accounts - without the usual exporting/importing by hand method? Baud...
drbaud
Offline Send Email
Sep 4, 2008
8:44 pm
5045
Randy, Thanks for the reply. Remember now - you're dealing with a newbie. Let me restate my problem: Here is the file listing from my C:\Program Files\SMF...
wlittlej
Offline Send Email
Sep 5, 2008
12:28 am
5046
Martin, Thanks for the reply. Unfortunately, I'm too much of a newbie to understand your suggestion. I don't know how to edit the source code. Thanks for your...
wlittlej
Offline Send Email
Sep 5, 2008
12:31 am
5047
The typical reason for "undefined" is that the add-in was not able to read in the element definitions from one of the smf-elements-n.txt files. But if you...
Randy Harmelink
rharmelink
Offline Send Email
Sep 5, 2008
1:27 am
5048
I do some of that with the SMF add-in, but it does require me to first login manually to each of the online accounts using either IE or the EXCEL Web Query...
Randy Harmelink
rharmelink
Offline Send Email
Sep 5, 2008
1:30 am
5049
Randy, what version is current now? I use 2.0h. ... Maybe I missed something. Thanks a lot. Ralph...
Ralph Bagwell
ralphbag
Offline Send Email
Sep 5, 2008
12:08 pm
5050
Randy, I get #NAME? in all cells the formulas you suggested I try. I'm using Excel 2000 vers 9.0.2720 and XP SP2 Morningstar.com is opened What now? Thanks for...
wlittlej
Offline Send Email
Sep 5, 2008
12:22 pm
Messages 5021 - 5050 of 7954   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