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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 17262 - 17291 of 18759   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17262 gsr2588 Offline Send Email Feb 1, 2012
3:23 pm
Greetings. The 1-30-2012 version does not appear to be in the works in progress folder at this time. (I see only three items there (need to be looked at...
17263 Randy Harmelink
rharmelink Offline Send Email
Feb 1, 2012
3:25 pm
That version was changed to be the official release, so now it's in the "Add-In Files" folder......
17264 gsr2588 Offline Send Email Feb 1, 2012
3:58 pm
OK, got it. I should have looked there first... sorry about that. Thanks very much !...
17265 timdbui Offline Send Email Feb 1, 2012
4:23 pm
Hi Randy, Several of my RCHGetElementNumber codes give #VALUE! or Error today. They all worked in the past. For example: ...
17266 draz2121 Offline Send Email Feb 1, 2012
4:24 pm
Hi Randy, I see that the SMFTech function is coded to print the results base don the dates running from bottom to top i.e. the latest date is at the bottom of...
17267 Mike McQuaid
mikemcq802 Offline Send Email
Feb 1, 2012
4:30 pm
Those are AdvFN elements and you need the absolute latest SMF which addresses the recent change to that website. Those elements are working fine for me with...
17268 timdbui Offline Send Email Feb 1, 2012
4:37 pm
Thanks for your reply,Mike! Let me try again. Tim...
17269 timdbui Offline Send Email Feb 1, 2012
4:41 pm
You are absolutely right, Mike. I updated to the most recent Addin and it works. Thanks for your suggestion! Tim...
17270 Randy Harmelink
rharmelink Offline Send Email
Feb 1, 2012
7:23 pm
Nope. However, you could get the free TA-Lib add-in, which has a reverse function library that will. Do a search of the message archives for more info on it....
17271 Don
dsellari Offline Send Email
Feb 1, 2012
8:31 pm
Randy I am having a problem with the following code: Public Sub x() Dim f1 As String Dim f2 As String Dim i As Integer Dim j As Integer Dim np As String f2 = "...
17272 Allan Batista Gabriel
allan_bgabriel Offline Send Email
Feb 1, 2012
9:17 pm
Hello, I started making a macro to extract the official forecasts of site (JavaScript) of the Brazilian Central Bank. ...
17273 Shaun
draz2121 Offline Send Email
Feb 1, 2012
9:22 pm
Thanks, I will look into it. Regards, Shaun...
17274 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
2:12 am
No, it's that the XMLHTTP protocol only returns a truncated copy of the source code of the web page. I don't know why. I looked into the problem several years...
17275 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
2:22 am
I don't think the add-in can be of any help in this case. All add-in functions require a bookmarkable URL. It can't be a URL generated dynamically by...
17276 draz2121 Offline Send Email Feb 2, 2012
10:02 am
I am currently using SMFGetYahooHistory to fetch the following: Date adjOpen adjHigh adjLow adjClose Volume for various shares. My frustration lies...
17277 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
10:37 am
When I'm on the historical quotes page for Google or MSN, both have a "Download" option. You should just grab that file and sort it in whatever order you need,...
17278 draz2121 Offline Send Email Feb 2, 2012
10:38 am
Can this not be automated using your add-in though Randy? I figured that you could use the elements function in some way?...
17279 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
10:49 am
From Google: =smfGetCSVFIle(" http://www.google.com/finance/historical?q=NYSE:MMM&output=csv") From MSN: =smfGetCSVFIle(" ...
17280 draz2121 Offline Send Email Feb 2, 2012
12:09 pm
Ah yes thanks. Am I missing something here? Why is it that the SMFGetYahooHistory displays the columns with the earliest date at the top of the array, whilst...
17281 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
12:52 pm
RCHGetYahooHistory() can sort the data either way. The default is to go from the latest date at the top, just like the others. But SMFTech() can only take it...
17282 smithjhhic Offline Send Email Feb 2, 2012
1:04 pm
Previous posts indicate last year Stockhouse.com stopped listing stock scores. I'd like to continue using the Signal StockScore and Sentiment StockScore...
17283 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
1:42 pm
I don't get an "Error" with your sample formula below. It's just that they have extraneous data in the table cell. As examples: B4: EWZ B6: Signal Stockscore ...
17284 hashky Offline Send Email Feb 2, 2012
2:40 pm
It would be nice if the 57 pages were numbered. I want to print this out and put it in a notebook. Ron Spruell...
17285 sudhir agarwal
sudhir_agarwal1 Offline Send Email
Feb 2, 2012
3:08 pm
Randy, When I try to get the data from Google I get the following eror. Not sure what am I missing.. Can you please help... Sudhir...
17286 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
3:17 pm
Check the location error entry in the "Links" area of the group... Did you type in the path in front of the function? If so, why?...
17287 bushpilote@...
bushpilote Offline Send Email
Feb 2, 2012
3:34 pm
Good morning Randy, I am trying to extract Sector and Industry Classifications from the following site:"http://tmx.quotemedia.com/company.php?qm_symbol=AAV". I...
17288 sudhir agarwal
sudhir_agarwal1 Offline Send Email
Feb 2, 2012
3:37 pm
Thanks Randy. I have not put it manually but I tried to update the link since I was getting the error when I opened the file... When I remove the location as...
17289 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
3:39 pm
You need to array-enter the formula over a range to get the data into the worksheet. If you just enter it into a single cell, you just get the first row and ...
17290 Randy Harmelink
rharmelink Offline Send Email
Feb 2, 2012
3:44 pm
Can't do it, sorry. I can see the web site fine in FireFox, but if I try to use EXCEL's Web Query dialog, it says that Internet Explorer cannot access the web...
17291 Mike McQuaid
mikemcq802 Offline Send Email
Feb 2, 2012
3:53 pm
Randy, I can see that site just fine in Excel Web Query (and IE). In fact, I used W/Q to place that whole web page in my worksheet and I saw it fine - ...
Messages 17262 - 17291 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