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 5724 - 5753 of 7918   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5724
Hi Randy First of all happy new year. Hope it will be a blessed year for you. I hope you can help me with this. I have data in multiple workbooks in one...
oaucamp
Offline Send Email
Jan 1, 2009
4:59 pm
5725
Try creating an object when you do the open, so that you don't need to activate it and have something to refer back to easily. For example, something like: ...
Randy Harmelink
rharmelink
Offline Send Email
Jan 1, 2009
5:30 pm
5726
Hi Randy Thanks for the reply. Would I do that before the "Do While" instruction and would this be the correct name? Set wb = Workbooks.Open(datafile) Would I...
oaucamp
Offline Send Email
Jan 1, 2009
5:45 pm
5727
First. You do not need dos to make a list of your files. The FindFiles macro will make a list. The other macro will find the files, without making a list...
Don Guillett
donaldb36
Offline Send Email
Jan 1, 2009
5:53 pm
5728
The wb.Close would replace the "Activate" and "Close" statements you currently have... Alternatively, you could do it with an already programmed solution. For...
Randy Harmelink
rharmelink
Offline Send Email
Jan 1, 2009
5:55 pm
5729
If your workbooks only have one sheet each then try using Sheet1.Copy After:=Workbooks("20090101.xls").ActiveSheet or if the first sheet as you open ...
Don Guillett
donaldb36
Offline Send Email
Jan 1, 2009
5:57 pm
5730
Hi Don The sheets are the first sheet on all the files. The names are all different and the number of files are 19500. ... FindFiles macro will make a list. ...
oaucamp
Offline Send Email
Jan 1, 2009
6:18 pm
5731
Hi Don I tried the macro you suggested. Below is what it looks like at the moment but when I run it nothing happens. Also the files are all in the same main...
oaucamp
Offline Send Email
Jan 1, 2009
7:00 pm
5732
Try this executed from your destination sheet. Change the name to suit. Change the path. Change the file extension. 19500 files. I can't even fathom that. It...
Don Guillett
donaldb36
Offline Send Email
Jan 1, 2009
9:01 pm
5733
Hi Don Thanks for this. My problem is I am on xl2007. Is there anyway of incorporating this piece of my original code into the macro. rcount =...
oaucamp
Offline Send Email
Jan 1, 2009
9:31 pm
5734
The flakey .filesearch was removed in xl2007. Ron de Bruin shows a couple of alternatives: http://www.rondebruin.nl/copy3.htm and ...
Don Guillett
donaldb36
Offline Send Email
Jan 1, 2009
10:22 pm
5735
Hi, Anyone knows how to pull 10 and 20 MA for a stock using RCHGetElementNumber or in another way. Thanks mahluwa...
mahluwa
Offline Send Email
Jan 2, 2009
2:45 am
5736
Something like these should work: =AVERAGE(RCHGetYahooHistory("MMM",,,,,,,,"A",0,,,10,1)) =AVERAGE(RCHGetYahooHistory("MMM",,,,,,,,"A",0,,,20,1)) But each one...
Randy Harmelink
rharmelink
Offline Send Email
Jan 2, 2009
2:59 am
5737
thanks Randy. The way you mentioned works great because I need it only for a handful of stocks. mahluwa...
mahluwa
Offline Send Email
Jan 2, 2009
5:21 pm
5738
Is there an easy way to insert new rows into a spreadsheet that uses array formulas? I get a message that I cannot edit an array formula. My first thought was...
CostelloT
Offline Send Email
Jan 2, 2009
7:56 pm
5739
I don't quite understand your question. If desired, send me your workbook and I'll have a look Don Guillett Microsoft MVP Excel SalesAid Software ...
Don Guillett
donaldb36
Offline Send Email
Jan 2, 2009
9:26 pm
5740
Unfortunately, there are several ways to interpret the question -- if I'm interpreting your question correctly based on the context, then: You can easily...
Randy Harmelink
rharmelink
Offline Send Email
Jan 2, 2009
9:59 pm
5741
Hi Randy, Happy New Year! I have a query regarding pulling in 'scans' http://stockcharts.com/def/servlet/SC.scan from StockCharts.com For example, if we take...
askyacros
Offline Send Email
Jan 3, 2009
4:24 pm
5742
I just joined the group after searching the net for some software programs. I've been using a program thats able to calculate relative strength for a group of...
nanastasakis
Offline Send Email
Jan 3, 2009
4:25 pm
5743
When skipping rows, the RCHGetTableCell() function is set up to stop searching when the "pEnd" parameter is found. The default value for that is "</body" -- an...
Randy Harmelink
rharmelink
Offline Send Email
Jan 3, 2009
4:42 pm
5744
The majority of the add-in is user-defined functions, so if you're comfortable with EXCEL you should do fine. However, it's hard to tell from your description...
Randy Harmelink
rharmelink
Offline Send Email
Jan 3, 2009
4:50 pm
5745
Excellent. Thank you, Randy. ... ...
askyacros
Offline Send Email
Jan 3, 2009
7:14 pm
5746
The functions I would need to be able to calculate are Alpha & Relative Strength as defined by RSI. Does the add-in also have the ability to create/get charts...
nanastasakis
Offline Send Email
Jan 4, 2009
2:15 pm
5747
You can always get the historical data and calculate them yourself if you can't find a source for the values on the Internet. But if you can pick them up off...
Randy Harmelink
rharmelink
Offline Send Email
Jan 4, 2009
3:17 pm
5748
Hi. I am new to this group and I'm glad I found it. I did a lot of searching for a FREE program that would pull Yahoo! dividend history and I couldn't find...
Ray Dix
yarxid
Offline Send Email
Jan 4, 2009
8:28 pm
5749
Actually, that's pretty easy to do with the add-in. An array-entered formula like this: =RCHGetYahooHistory("MMM",,,,,,,"v") ...returns something like this: ...
Randy Harmelink
rharmelink
Offline Send Email
Jan 4, 2009
8:32 pm
5750
Send me a copy of the workbook and I'll have a look. Don Guillett Microsoft MVP Excel SalesAid Software dguillett1@... ... From: Ray Dix To:...
Don Guillett
donaldb36
Offline Send Email
Jan 4, 2009
11:22 pm
5751
Don, Here it is. I deleted the command buttons from the Stocks tab since I haven't fully implemented a general version yet. The "ticks" range on the Stocks...
Ray Dix
yarxid
Offline Send Email
Jan 5, 2009
1:23 am
5752
Randy, Thanks, I didn't realize this. Still, I had fun and learned a lot. Ray...
Ray Dix
yarxid
Offline Send Email
Jan 5, 2009
1:25 am
5753
Hi Randy: I am using the SMF Add-in and track about 25 stocks. The last couple of days, Morningstar gives me "premium" in the columns for Fair Value and...
halandkeri
Offline Send Email
Jan 6, 2009
1:10 am
Messages 5724 - 5753 of 7918   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