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 6080 - 6109 of 7904   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6080
I am starting to realize the power of this addon and wanted to thank you Randy for your great work. Is there a way in Excel 2007 to suppress all refreshes...
rayesvf
Offline Send Email
Mar 1, 2009
9:43 pm
6081
... Yes. I know how to do it in excel 2003; I am confident it is similar in excel 2007: Go to Tools, the Options, then click on the Calculation tab, then ...
pvgo@...
pvgo@ymail.com
Offline Send Email
Mar 1, 2009
11:04 pm
6082
If it is taking a minute or two to recalculate EVERY time you make a change, you must be doing something in the functions to make them volatile. For example,...
Randy Harmelink
rharmelink
Offline Send Email
Mar 1, 2009
11:16 pm
6083
I am using the RCHgetelement function and yes I guess it is only during column or row changes so that makes sense. I wasn't aware smfUpdateDownloadTable macro....
rayesvf
Offline Send Email
Mar 2, 2009
12:01 am
6084
Really, the only supported macros are the smfUpdateDownloadTable and smfForceRecalculation macros, both of which I use frequently either via keyboard shortcut...
Randy Harmelink
rharmelink
Offline Send Email
Mar 2, 2009
12:13 am
6085
Thanks. Earnings.com doesn't appear to list the RY.TO common stock, just the US-listed version as well as all the Canadian preferred offerings. Certainly what...
jasonbrown_uwo
Offline Send Email
Mar 2, 2009
4:12 am
6086
I've only noticed it twice -- both times with ETF's. But I don't look at the dividends all that much....
Randy Harmelink
rharmelink
Offline Send Email
Mar 2, 2009
4:40 am
6087
Hi Randy (et al), Been a longtime user of SMF, it's one of the best pieces of freeware ever created. Thanks for your tireless work on it. I've recently been...
matt_moscardi
Offline Send Email
Mar 2, 2009
6:23 am
6088
I'm gonna ramble a bit -- thinking out loud, so to speak -- because either you're not describing the situation correctly, I'm not understanding your ...
Randy Harmelink
rharmelink
Offline Send Email
Mar 2, 2009
9:56 pm
6089
I like to download quotes from the euronext site instead of from yahoo. Is that possible with the smf_addin and which command must i use?...
pmaljers
Offline Send Email
Mar 3, 2009
11:14 am
6090
Not a trivial task, as they generate the page on the fly using JavaScript. The data is not in the delivered source code....
Randy Harmelink
rharmelink
Offline Send Email
Mar 3, 2009
3:19 pm
6091
1. Thank you for your very useful program- it is great. I am a neophyte using this tool, but I find that YahooGetQuotes function with parameter "d" (for...
pignatelli.paolo
pignatelli.p...
Offline Send Email
Mar 3, 2009
3:20 pm
6092
The add-in functions can only return what Yahoo reports. My assumption is that what the "d" is getting you is the 12-month trailing dividends -- which *IS*...
Randy Harmelink
rharmelink
Offline Send Email
Mar 3, 2009
3:42 pm
6093
Ok, I'll try to get more specific about the error, cuz it just got weirder (but maybe narrower). 1.) The XML Library info I can't find anywhere, since there...
matt_moscardi
Offline Send Email
Mar 4, 2009
2:30 am
6094
... Actually, I think we have the answer... 1.) The XML Library info I can't find anywhere, since there isn't a ... The Tools>Reference menu option is in the...
Randy Harmelink
rharmelink
Offline Send Email
Mar 4, 2009
2:58 am
6095
im wanting to pull all the annual financials from advfn into one big table. i know the advfn elements exist but i want all the data so grabbing the entire...
jck_g
Offline Send Email
Mar 9, 2009
4:40 am
6096
When using the function in VBA, you need to tell it the size of the array to return -- it defaults to a 10x10 array. For example, try something like: array1 =...
Randy Harmelink
rharmelink
Offline Send Email
Mar 9, 2009
4:55 am
6097
yes, randy you are correct it works as expected when run as macro. i don't understand why it won't work when called from my test function below. for example,...
jck_g
Offline Send Email
Mar 9, 2009
7:20 pm
6098
Ahhh -- that's because the RCHGetHTMLTable() function uses the Application.Caller object to determine the size of the array to return. That is, it will use...
Randy Harmelink
rharmelink
Offline Send Email
Mar 9, 2009
8:59 pm
6099
I'm trying to use the smfPricesBetween function to return the High Price from 2007-Present for a list of Tickers located from A2:A11. I have no problem if I'm...
avstehn
Offline Send Email
Mar 10, 2009
3:55 pm
6100
The function isn't designed to do multiple tickers. The first parameter can only be a single ticker. Just copy the formula down....
Randy Harmelink
rharmelink
Offline Send Email
Mar 10, 2009
4:01 pm
6101
Hi Randy et al Thanks for the excel sheets. I've used them to download quotes for a number of stocks i'm tracking and will update one as it's finalized. I set...
Nishant M
nishant.mank...
Offline Send Email
Mar 10, 2009
5:29 pm
6102
Just use the "refresh" parameter, as in: =RCHGetYahooQuotes(A2:A100,B1:M1,,NOW()) That makes the function volatile, so it will recalculate when you hit F9....
Randy Harmelink
rharmelink
Offline Send Email
Mar 10, 2009
6:27 pm
6103
Hi Group, Does anyone have any idea how I would run a monte Carlo simulation the attached spread sheet were it would give me different market returns with the...
r f
inkt2002
Offline Send Email
Mar 10, 2009
6:29 pm
6104
I created a Macro that deletes a column of unused cells on the far right side of the worksheet. As long as neither Internet Explorer or Outlook Express are...
LRC
lrcxx
Offline Send Email
Mar 10, 2009
6:36 pm
6105
... I didn't look your at speadsheet in datail, but one way to set this up that comes to mind would be to generate a large number of scenarios (say 1000) as...
Gary Funck
garyfunck
Offline Send Email
Mar 11, 2009
6:34 am
6106
that explains it. thanks! i have been struggling with this other problem for a couple days now. if i run this code without a watch it runs to completion...
jck_g
Offline Send Email
Mar 13, 2009
1:23 am
6107
Not a problem here. I set up watches on all four variables. Zipped right through. Only difference is that I had to define URL as a string variable....
Randy Harmelink
rharmelink
Offline Send Email
Mar 13, 2009
2:24 am
6108
randy thanks again. i should have specified the problem arises when i set the watch to "break when value changes" for each "test" variable. it works ok if...
jck_g
Offline Send Email
Mar 13, 2009
3:27 am
6109
It may have something to do with the fact that the watch variables are changing their nature in the middle of the process, going from a single variable item to...
Randy Harmelink
rharmelink
Offline Send Email
Mar 13, 2009
3:45 am
Messages 6080 - 6109 of 7904   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