Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

smf_addin · EXCEL Stock Market Functions Add-in

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 22763
  • 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

Advanced
Messages Help
Messages 13209 - 13238 of 22399   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#13209 From: "timdbui" <timdbui@...>
Date: Tue Feb 1, 2011 1:59 pm
Subject: Linking Access to Excel
timdbui
Send Email Send Email
 
Hi Randy,
I understand this is not a RCH code question, but could you help or show me a
way to learn how to create this code:

Say, I have a bunch of data in an Access 2010 file (each record uses the ticker
as the primary key).  And I would have a  calculated target price in an Access
file for IBM (IBM is in column titled Ticker, and its target price is in column
titled TargetPX).

From a Excel cell, I create a code similar to RCHGetElementNumber to get that
target price into a cell from that Access file?

Thanks again for your helps!

Tim

#13210 From: "thom_321" <thomas_bengt001@...>
Date: Tue Feb 1, 2011 11:35 am
Subject: Re: Help needed - some feedback.
thom_321
Send Email Send Email
 
Sorry, I have no solution. I was able to do the first part, meaning import the
ReportID and ControlID. However, that seems irrelevant since I can't get the
second URL to work and when I tested, I can't even open the website in Internet
Explorer, only in Firefox. So I have no way of getting the data, using the
add-in or my own code.

If I come up with a solution, I will post it here but it does not look like I
will.

Regards,
Tom

--- In smf_addin@yahoogroups.com, Imran Naqvi <naqviimran@...> wrote:
>
> Tom,
>
> You said u have been able to accomplish it with you own code. Can you please
> share it with me?
>
> Thanks.
>
> On Tue, Feb 1, 2011 at 10:37 AM, Randy Harmelink <rharmelink@...>wrote:
>
> >
> >
> > I"m not working on it, because the add-in can't access the data. Nor do I
> > know enough about how ASP pages work.
> >
> >
> > On Mon, Jan 31, 2011 at 9:40 PM, Imran Naqvi <naqviimran@...> wrote:
> >
> >>
> >> So what is the solution to this problem? Won't I able be able to extract
> >> the figures from the power exchange website?
> >>
> >> Please do something people. It is very important for my project. I would
> >> be very thankful to you guys.
> >>
> >>
> >
> >
>
>
>
> --
> Ali Imran Naqvi
> 9327016964
>
> "Smooth sea never makes a skillful mariner"
>

#13211 From: Randy Harmelink <rharmelink@...>
Date: Tue Feb 1, 2011 2:59 pm
Subject: Re: Linking Access to Excel
rharmelink
Send Email Send Email
 
Sorry, but it's been well over a decade since I've used Access...

On Tue, Feb 1, 2011 at 6:59 AM, timdbui <timdbui@...> wrote:
Hi Randy,
I understand this is not a RCH code question, but could you help or show me a way to learn how to create this code:

Say, I have a bunch of data in an Access 2010 file (each record uses the ticker as the primary key).  And I would have a  calculated target price in an Access file for IBM (IBM is in column titled Ticker, and its target price is in column titled TargetPX).

From a Excel cell, I create a code similar to RCHGetElementNumber to get that target price into a cell from that Access file?


#13212 From: "timdbui" <timdbui@...>
Date: Tue Feb 1, 2011 3:30 pm
Subject: Re: Linking Access to Excel
timdbui
Send Email Send Email
 
As always, thank you, Randy!

--- In smf_addin@yahoogroups.com, Randy Harmelink <rharmelink@...> wrote:
>
> Sorry, but it's been well over a decade since I've used Access...
>
> On Tue, Feb 1, 2011 at 6:59 AM, timdbui <timdbui@...> wrote:
>
> > Hi Randy,
> > I understand this is not a RCH code question, but could you help or show me
> > a way to learn how to create this code:
> >
> > Say, I have a bunch of data in an Access 2010 file (each record uses the
> > ticker as the primary key).  And I would have a  calculated target price in
> > an Access file for IBM (IBM is in column titled Ticker, and its target price
> > is in column titled TargetPX).
> >
> > From a Excel cell, I create a code similar to RCHGetElementNumber to get
> > that target price into a cell from that Access file?
> >
>

#13213 From: Jacob Jose <pepecan47@...>
Date: Tue Feb 1, 2011 5:21 pm
Subject: Re: Price channel
pepecan47
Send Email Send Email
 
Hi Randy, you are not only good, most important, you are really a nice person. Thank you very much!.
 
Regards,
Jose L. Jacob



From: Randy Harmelink <rharmelink@...>
To: smf_addin@yahoogroups.com
Sent: Mon, January 31, 2011 4:45:24 PM
Subject: Re: [smf_addin] Price channel

 

These two array-entered formula:

=smfPricesBetween("Header")
=smfPricesBetween("MMM",INT(TODAY())-50,INT(TODAY()))

...produce:

Open Date Open Price High Date High Price Low Date Low Price Close Date Close Price Volume Previous Close
2010-12-13 $84.54 2011-01-24 $90.50 2010-12-13 $84.43 2011-01-28 $87.44 104723000 $84.32


But that would be 50 calendar days. To get it for the last 50 trading days from RCHGetYahooHistory():

=MAX(RCHGetYahooHistory("MMM",,,,,,,,"H",0,1,,50,1))
=MIN(RCHGetYahooHistory("MMM",,,,,,,,"L",0,1,,50,1))

http://finance.groups.yahoo.com/group/smf_addin/message/9114

On Mon, Jan 31, 2011 at 12:45 PM, Jacob Jose <pepecan47@...> wrote:

Hi Randy, I reviewed the documentation, samples, etc. and I don't have any idea as to how can I use smfPricesBetween() and/or  RCHGetYahooHistory() to get the highest and the lowest price of the stock in the past 50 days.
 
Would you please enlighten me a little bit more?



#13214 From: Glen Fullmer <gfullmer@...>
Date: Tue Feb 1, 2011 6:23 pm
Subject: FS2011
gfullmer
Send Email Send Email
 
Hi folks,

I just recently have updated my Financial Statement Spreadsheet for
2011.  Feel free to download it from
http://members.cox.net/gfullmer/FS2011.  It costs $15 on Lulu but for my
friends and relatives $0. I have used it for the last 10 years, with
mods, and it has been very helpful in getting me out of the rat race.
However, please don't distribute it.

When you first load it with Excel (it has been tested with 2003 and 2007
Excel) it will ask for the FS2010 file from last year.  If you didn't
use last year's ignore the message, but if you did, make sure it is in
the same directory.

Purpose: The purpose of this Financial Spreadsheet is to provide an
individual the means to budget and track one's financial condition on
one page. Unfortunately some of the better personal financial packages
(Money, Quicken) do not allow k...ind of Financial Statement that
provides a snapshot of the cashflow and tracking of it from month to
month, and way to track financial indicators beside net worth. This
provides a Rich Dad (www.richdad.com) compatible view. However, most of
the financial software packages don't define assets and liabilities like
Kiyosaki does. That is assets put money in your pocket and liabilities
take money out of your pocket. This spreadsheet uses those definitions.

First go to the instructions page.  Any feedback or enhancement
suggestions would be appreciate.

May you have a happy and most prosperou$ New Year,
Glen
PS if you find it useful and worth much more that the $15 please feel
free to pay for it at:

http://www.lulu.com/product/file-download/financial-statement-spreadsheet/147304\
35

--
Glen Fullmer, gfullmer@...,  http://members.cox.net/gfullmer
---
http://personalcashflow.blogspot.com - cash flow blog
http://www.alreadytoharvest.com - historical novel
http://www.youtube.com/gfullmer - fractal Movies
"True love doesn't want anything" - Eckhardt Tolle
"Charity doesn't think about itself" - St. Paul
"all things whatsoever ye would that men
   should do to you, do ye even so to them" - Jesus
---

#13215 From: Imran Naqvi <naqviimran@...>
Date: Tue Feb 1, 2011 6:26 pm
Subject: Re: Re: Help needed - some feedback.
dillli_ka_ba...
Send Email Send Email
 
Hi Tom,

Can't we fiddle with the excel built-in web query system to extract the relevant data from power exchange? Can u give me the part where you could import ReportID and ControlID?

On Tue, Feb 1, 2011 at 5:05 PM, thom_321 <thomas_bengt001@...> wrote:
 

Sorry, I have no solution. I was able to do the first part, meaning import the ReportID and ControlID. However, that seems irrelevant since I can't get the second URL to work and when I tested, I can't even open the website in Internet Explorer, only in Firefox. So I have no way of getting the data, using the add-in or my own code.

If I come up with a solution, I will post it here but it does not look like I will.



Regards,
Tom

--- In smf_addin@yahoogroups.com, Imran Naqvi <naqviimran@...> wrote:
>
> Tom,
>
> You said u have been able to accomplish it with you own code. Can you please
> share it with me?
>
> Thanks.
>
> On Tue, Feb 1, 2011 at 10:37 AM, Randy Harmelink <rharmelink@...>wrote:

>
> >
> >
> > I"m not working on it, because the add-in can't access the data. Nor do I
> > know enough about how ASP pages work.
> >
> >
> > On Mon, Jan 31, 2011 at 9:40 PM, Imran Naqvi <naqviimran@...> wrote:
> >
> >>
> >> So what is the solution to this problem? Won't I able be able to extract
> >> the figures from the power exchange website?
> >>
> >> Please do something people. It is very important for my project. I would
> >> be very thankful to you guys.
> >>
> >>
> >
> >
>
>
>
> --
> Ali Imran Naqvi
> 9327016964
>
> "Smooth sea never makes a skillful mariner"
>




--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"

#13216 From: "Rene Reyna" <rr76012@...>
Date: Tue Feb 1, 2011 6:36 pm
Subject: Re: 52 week highs and lows for mutual funds
rr76012
Send Email Send Email
 
Try symbol PLDDX, pimco low duration, the spreadsheet reports:

52 wk low:  10.27
52 wk High: 11.45

morningstar reports:

52 wk low:   10.27
52 wk High:  10.77

* the 52 wk high #'s are different?



--- In smf_addin@yahoogroups.com, Randy Harmelink <rharmelink@...> wrote:
>
> As mentioned in the documentation, you can find out the source or URL of an
> element with:
>
> =RCHGetElementNumber("Source",33)
> =RCHGetElementNumber("Web Page",33)
>
> I'm surprised you get any data at all for mutual funds for that element,
> since it is from a STOCK page on MSN. As far as I know, their mutual fund
> data is provided by Morningstar. I think most other web sources will also
> ultimately get their data from MorningStar. What kind of wrong numbers are
> you seeing?
>
> I tried a few mutual funds and they seemed OK. It does appear the hi/low are
> not adjusted for dividends. You could always extract the 52-week hi and low
> from Yahoo using the smfPricesBetween() function, which would adjust prices
> for dividends.
>
> On Fri, Jan 14, 2011 at 1:21 PM, Rene Reyna <rr76012@...> wrote:
>
> >
> > I use Rchgetelementnumber(a1,33) and (a1,34) to get mutual fund 52 week
> > highs & lows. However I have noticed the numbers are wrong, frequently. Do
> > you know a more reliable way to get mutual fund 52 week highs & lows?
> >
> > Also what is the web site this rchgetelementnumber (a1,33) getting these
> > numbers? I want to avoid that website for future mutual fund 52 week
> > highs/lows.
> >
>

#13217 From: Randy Harmelink <rharmelink@...>
Date: Tue Feb 1, 2011 6:36 pm
Subject: Re: Re: Help needed - some feedback.
rharmelink
Send Email Send Email
 
Unfortunately, the frame uses a URL longer than 255 bytes, which is the limit for EXCEL's Web Query process.

I would think your best bet would be to use VBA to interact with the web page to use their export option.

On Tue, Feb 1, 2011 at 11:26 AM, Imran Naqvi <naqviimran@...> wrote:

Can't we fiddle with the excel built-in web query system to extract the relevant data from power exchange?


#13218 From: Glen Fullmer <gfullmer@...>
Date: Tue Feb 1, 2011 6:40 pm
Subject: Re: FS2011
gfullmer
Send Email Send Email
 
Sorry.  That is http://members.cox.net/gfullmer/FS2011.xls

On Tue, 2011-02-01 at 11:23 -0700, Glen Fullmer wrote:

> 2011. Feel free to download it from
> http://members.cox.net/gfullmer/FS2011.

--
Glen Fullmer, gfullmer@...,  http://members.cox.net/gfullmer
---
http://personalcashflow.blogspot.com - cash flow blog
http://www.alreadytoharvest.com - historical novel
http://www.youtube.com/gfullmer - fractal Movies
"True love doesn't want anything" - Eckhardt Tolle
"Charity doesn't think about itself" - St. Paul
"all things whatsoever ye would that men
   should do to you, do ye even so to them" - Jesus
---

#13219 From: Imran Naqvi <naqviimran@...>
Date: Tue Feb 1, 2011 6:43 pm
Subject: Re: Re: Help needed - some feedback.
dillli_ka_ba...
Send Email Send Email
 
Help me with this. I ain't that expert with VB like you buddy.

On Wed, Feb 2, 2011 at 12:06 AM, Randy Harmelink <rharmelink@...> wrote:
 

Unfortunately, the frame uses a URL longer than 255 bytes, which is the limit for EXCEL's Web Query process.

I would think your best bet would be to use VBA to interact with the web page to use their export option.



On Tue, Feb 1, 2011 at 11:26 AM, Imran Naqvi <naqviimran@...> wrote:

Can't we fiddle with the excel built-in web query system to extract the relevant data from power exchange?




--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"

#13220 From: Randy Harmelink <rharmelink@...>
Date: Tue Feb 1, 2011 7:59 pm
Subject: Re: Re: 52 week highs and lows for mutual funds
rharmelink
Send Email Send Email
 
I'll defer back to my original puzzle -- that any data was retrieved for element #33 for a mutual fund. That element is retrieved from a print page for stocks. I'm surprised the URL comes up with any data at all.

Further, I don't see the 52-week low and 52-week high items presented on any of the MSN mutual fund web pages, even if I go to the print page for PLDDX. So those may not be fields they actively maintain.

P.S. I don't like the Morningstar values either. If I go to Yahoo historical quotes, those are what I get for unadjusted prices. But with adjusted prices, I get $10.53 and $10.00. I wouldn't want dividends to cause an artificial high or low price relative to those before or after it.

On Tue, Feb 1, 2011 at 11:36 AM, Rene Reyna <rr76012@...> wrote:
Try symbol PLDDX, pimco low duration, the spreadsheet reports:

52 wk low:  10.27
52 wk High: 11.45

morningstar reports:

52 wk low:   10.27
52 wk High:  10.77

* the 52 wk high #'s are different?


#13221 From: Randy Harmelink <rharmelink@...>
Date: Tue Feb 1, 2011 8:02 pm
Subject: Re: Re: Help needed - some feedback.
rharmelink
Send Email Send Email
 
Sorry. You'll need to hire yourself a VBA programmer. I'm not willing to attempt it.

On Tue, Feb 1, 2011 at 11:43 AM, Imran Naqvi <naqviimran@...> wrote:

Help me with this. I ain't that expert with VB like you buddy.


#13222 From: "Steven" <stevenletzer@...>
Date: Tue Feb 1, 2011 8:13 pm
Subject: Morningstar Closed End Fund Data
stevenletzer
Send Email Send Email
 
I am trying to bring in Morningstar Cloed End Fund Data,
for example at: http://cef.morningstar.com/quote?t=IGA,

I am trying to bring in the Morningstar Catagory, which in this case is "World
Stock" which below a heading "Morningstar Category IGA"

These are several other data points below the headings on the page.
Any ideas?

#13223 From: Imran Naqvi <naqviimran@...>
Date: Tue Feb 1, 2011 8:31 pm
Subject: Re: Re: Help needed - some feedback.
dillli_ka_ba...
Send Email Send Email
 
Ha ha. Nice reply. Well thanks for all your help.

However, I was just fiddling with the file developed by Tom. I was able to extract some data from power exchange site, while the rest I m not able to figure out.

This is the link and I was only able to pull the name of the areas like A1 A2 N1 N2 E1 E2 W1 W2 and so on. I don't even this is only what Tom could achieve or more than this.


A snapshot of what I could achieve is also attached alongwith the file.

The first snapshot is the file originally developed by Tom for Indian Energy Exchange and the second is the one I changed it to get something out of the Power Exchange of India.

Pls just see there is something which can be done, since Tom had expressed his inability to do the second part, which is the actual data part, while he was able to do the first part which is extracting ReportID and ControlID.

On Wed, Feb 2, 2011 at 1:32 AM, Randy Harmelink <rharmelink@...> wrote:
 

Sorry. You'll need to hire yourself a VBA programmer. I'm not willing to attempt it.



On Tue, Feb 1, 2011 at 11:43 AM, Imran Naqvi <naqviimran@...> wrote:

Help me with this. I ain't that expert with VB like you buddy.




--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"

2 of 2 Photo(s)

1 of 1 File(s)


#13224 From: "griffinms" <griffinms@...>
Date: Tue Feb 1, 2011 8:32 pm
Subject: Re: Has anyone automated a method of downloading from Unicorn?
griffinms
Send Email Send Email
 
Thanks! I've set up a sheet using smfGetCSVFile.  It works great!

--- In smf_addin@yahoogroups.com, Randy Harmelink <rharmelink@...> wrote:
>
> If you search the message archives of the group for "unicorn", you'll find a
> number of messages on the topic.
>
> On Sat, Jan 29, 2011 at 7:38 AM, griffinms <griffinms@...> wrote:
>
> > Specifically, I am trying to automate downloading NASDAQ 52 week highs and
> > lows.  They are already in TXT and CSV files.
> >
>

#13225 From: "bizmark_ee" <markpadden@...>
Date: Tue Feb 1, 2011 8:41 pm
Subject: Re: smfGetTagContent to get pre-open prices
bizmark_ee
Send Email Send Email
 
Awesome.  Thanks for the help.


--- In smf_addin@yahoogroups.com, "bizmark_ee" <markpadden@...> wrote:
>
> After the market closes (4pm ET), I am able to pull in after-hours prices by
using:
>
> smfGetTagContent("http://finance.yahoo.com/q?s=GOOG","span",1,"After
Hours:","")
>
>
> It works fine.  But when I try to do the same for pre-market prices (before
9:30am ET), and use:
>
> smfGetTagContent("http://finance.yahoo.com/q?s=GOOG","span",1,"Pre-Market
Real-Time:","")
>
> it always returns an error, even when the web page show a valid pre-market
price.  I replaced "After Hours:" with "Pre-Market Real-Time:" because that is
what is shown on the web page pre-market.  [You cannot verify this right now
(Fri afternoon), but rather have to wait until 8am on Monday].
>
> In any case, if someone can point me to what I am doing wrong, it would be
greatly appreciated.
>

#13226 From: james morlock <JimMorlock@...>
Date: Tue Feb 1, 2011 8:30 pm
Subject: Re: FS2011
kagawonger
Send Email Send Email
 
 Glen - Thank you.  Nice spreadsheet.  I look forward to giving it a try.


On Tue, Feb 1, 2011 at 1:40 PM, Glen Fullmer wrote:


On Tue, 2011-02-01 at 11:23 -0700, Glen Fullmer wrote:

> 2011. Feel free to download it from

--
---
"True love doesn't want anything" - Eckhardt Tolle
"Charity doesn't think about itself" - St. Paul
"all things whatsoever ye would that men
should do to you, do ye even so to them" - Jesus
---


#13227 From: Randy Harmelink <rharmelink@...>
Date: Tue Feb 1, 2011 8:44 pm
Subject: Re: Morningstar Closed End Fund Data
rharmelink
Send Email Send Email
 
I don't actually see the category listed on the page you cited, although it is within the content of the web page (probably hidden when first visiting the page?). Try:

=RCHGetTableCell("http://cef.morningstar.com/quote?t=IGA",1,">MorningStar Category",,,,1)

On Tue, Feb 1, 2011 at 1:13 PM, Steven <stevenletzer@...> wrote:
I am trying to bring in Morningstar Cloed End Fund Data,
for example at: http://cef.morningstar.com/quote?t=IGA,

I am trying to bring in the Morningstar Catagory, which in this case is "World Stock" which below a heading "Morningstar Category IGA"

These are several other data points below the headings on the page.
Any ideas?


#13228 From: "Steven" <stevenletzer@...>
Date: Tue Feb 1, 2011 8:49 pm
Subject: Re: Morningstar Closed End Fund Data
stevenletzer
Send Email Send Email
 
Thanks

--- In smf_addin@yahoogroups.com, Randy Harmelink <rharmelink@...> wrote:
>
> I don't actually see the category listed on the page you cited, although it
> is within the content of the web page (probably hidden when first visiting
> the page?). Try:
>
> =RCHGetTableCell("http://cef.morningstar.com/quote?t=IGA",1,">MorningStar
> Category",,,,1)
>
> On Tue, Feb 1, 2011 at 1:13 PM, Steven <stevenletzer@...> wrote:
>
> > I am trying to bring in Morningstar Cloed End Fund Data,
> > for example at: http://cef.morningstar.com/quote?t=IGA,
> >
> > I am trying to bring in the Morningstar Catagory, which in this case is
> > "World Stock" which below a heading "Morningstar Category IGA"
> >
> > These are several other data points below the headings on the page.
> > Any ideas?
> >
>

#13229 From: Imran Naqvi <naqviimran@...>
Date: Wed Feb 2, 2011 6:20 am
Subject: Indian power exchange--File stopped working
dillli_ka_ba...
Send Email Send Email
 
Hi Randy/Tom,

The file developed by Tom has been working smoothly, but a while ago
it shows #VALUE! error.

The website of the exchange is working fine.

I have attached the file. Please help.

--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"

1 of 1 File(s)


#13230 From: "jsolnik" <jsolnik@...>
Date: Wed Feb 2, 2011 8:17 am
Subject: Frustrating
jsolnik
Send Email Send Email
 
Maybe you guys can help me get started. I downloaded the toteboard.net company
comparison however it is not updating anything etc. it just shows #NAME?... any
idea how to get this working?! So confused.

Thanks in advance.

#13231 From: Randy Harmelink <rharmelink@...>
Date: Wed Feb 2, 2011 8:23 am
Subject: Re: Frustrating
rharmelink
Send Email Send Email
 
Using someone else's workbook, especially a complicated one, is not always the best way to "get started". :)

Note this item on #NAME? errors from the "Links" area of the group:

http://finance.groups.yahoo.com/group/smf_addin/message/11346

On Wed, Feb 2, 2011 at 1:17 AM, jsolnik <jsolnik@...> wrote:
Maybe you guys can help me get started. I downloaded the toteboard.net company comparison however it is not updating anything etc. it just shows #NAME?... any idea how to get this working?! So confused.


#13232 From: Imran Naqvi <naqviimran@...>
Date: Wed Feb 2, 2011 10:25 am
Subject: Re: Indian power exchange--File stopped working [1 Attachment]
dillli_ka_ba...
Send Email Send Email
 
Isn't anyone there to help?

On Wed, Feb 2, 2011 at 11:50 AM, Imran Naqvi <naqviimran@...> wrote:
 
[Attachment(s) from Imran Naqvi included below]

Hi Randy/Tom,

The file developed by Tom has been working smoothly, but a while ago
it shows #VALUE! error.

The website of the exchange is working fine.

I have attached the file. Please help.

--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"




--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"

#13233 From: paul messerschmidt <financepaul@...>
Date: Wed Feb 2, 2011 3:33 pm
Subject: Re: Morningstar Closed End Fund Data
fuelspotpaul
Send Email Send Email
 
i'm interested to see others tracking closed-end funds.

i've been successfully buying quality, discounted funds that are performing nicely.  there are many gems here, as well as toxic waste.  do your homework

good (free) cef sites include -- though registration may be required


http://www.cefconnect.com/

On Tue, Feb 1, 2011 at 3:13 PM, Steven <stevenletzer@...> wrote:
 

I am trying to bring in Morningstar Cloed End Fund Data,
for example at: http://cef.morningstar.com/quote?t=IGA,

I am trying to bring in the Morningstar Catagory, which in this case is "World Stock" which below a heading "Morningstar Category IGA"

These are several other data points below the headings on the page.
Any ideas?




--
-----------------------------------------
Paul Messerschmidt
paul.messerschmidt (skype)
+1-813-334-8682 (mobile)

#13234 From: "thom_321" <thomas_bengt001@...>
Date: Wed Feb 2, 2011 3:35 pm
Subject: Re: Indian power exchange--File stopped working
thom_321
Send Email Send Email
 
It opens fine on my computer. If you are using Excel 2010, restart the workbook
and when it opens, click to Enable Editing if prompting.
Since you are using Now() to refresh the URL, you should press F9 to update it.
Pressing "Refresh URL" will also work (if macros and editing is enabled) since
when the macro runs it recalculates the workbook at the end, which is the same
as pressing F9. However, if editing is NOT enabled, pressing "Refresh URL" will
most likely throw a runtime error since it won't find the named range that the
macro is changing the data in.


--- In smf_addin@yahoogroups.com, Imran Naqvi <naqviimran@...> wrote:
>
> Hi Randy/Tom,
>
> The file developed by Tom has been working smoothly, but a while ago
> it shows #VALUE! error.
>
> The website of the exchange is working fine.
>
> I have attached the file. Please help.
>
> --
> Ali Imran Naqvi
> 9327016964
>
> "Smooth sea never makes a skillful mariner"
>

#13235 From: "thom_321" <thomas_bengt001@...>
Date: Wed Feb 2, 2011 3:44 pm
Subject: Re: Indian power exchange--File stopped working
thom_321
Send Email Send Email
 
While I make no promise to keep the workbook "working", one thing to keep in
mind when asking for help is that I am based in the US. Your first question
today was asked at 1 am my time and the second (repeated) one at 5 am. It is
unlikely that I will be available to respond to any questions between 11 pm and
8 am EST.

--- In smf_addin@yahoogroups.com, Imran Naqvi <naqviimran@...> wrote:
>
> Isn't anyone there to help?
>
> On Wed, Feb 2, 2011 at 11:50 AM, Imran Naqvi <naqviimran@...> wrote:
>
> >
> >  [Attachment(s) <#12de508691a735cd_TopText> from Imran Naqvi included
> > below]
> >
> > Hi Randy/Tom,
> >
> > The file developed by Tom has been working smoothly, but a while ago
> > it shows #VALUE! error.
> >
> > The website of the exchange is working fine.
> >
> > I have attached the file. Please help.
> >
> > --
> > Ali Imran Naqvi
> > 9327016964
> >
> > "Smooth sea never makes a skillful mariner"
> >
> >
>
>
>
> --
> Ali Imran Naqvi
> 9327016964
>
> "Smooth sea never makes a skillful mariner"
>

#13236 From: Imran Naqvi <naqviimran@...>
Date: Wed Feb 2, 2011 4:36 pm
Subject: Re: Re: Indian power exchange--File stopped working
dillli_ka_ba...
Send Email Send Email
 
Well, I am sorry. I did not mean that you are not trying to help me. However, I was hoping that other experts like you might come to my help.

The desperate call was not directed to you only my friend; however, I will surely keep keep in mind what you have said.

On Wed, Feb 2, 2011 at 9:14 PM, thom_321 <thomas_bengt001@...> wrote:
 

While I make no promise to keep the workbook "working", one thing to keep in mind when asking for help is that I am based in the US. Your first question today was asked at 1 am my time and the second (repeated) one at 5 am. It is unlikely that I will be available to respond to any questions between 11 pm and 8 am EST.



--- In smf_addin@yahoogroups.com, Imran Naqvi <naqviimran@...> wrote:
>
> Isn't anyone there to help?
>
> On Wed, Feb 2, 2011 at 11:50 AM, Imran Naqvi <naqviimran@...> wrote:
>
> >
> > [Attachment(s) <#12de508691a735cd_TopText> from Imran Naqvi included

> > below]
> >
> > Hi Randy/Tom,
> >
> > The file developed by Tom has been working smoothly, but a while ago
> > it shows #VALUE! error.
> >
> > The website of the exchange is working fine.
> >
> > I have attached the file. Please help.
> >
> > --
> > Ali Imran Naqvi
> > 9327016964
> >
> > "Smooth sea never makes a skillful mariner"
> >
> >
>
>
>
> --
> Ali Imran Naqvi
> 9327016964
>
> "Smooth sea never makes a skillful mariner"
>




--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"

#13237 From: Imran Naqvi <naqviimran@...>
Date: Wed Feb 2, 2011 4:37 pm
Subject: Re: Re: Indian power exchange--File stopped working
dillli_ka_ba...
Send Email Send Email
 
Well, I am sorry. I did not mean that you are not trying to help me. However, I was hoping that other experts like you might come to my help, understanding that they come from every corner of the globe.

The desperate call was not directed to you only my friend; however, I will surely keep in mind what you have said.

Thanks for your help my friend.

On Wed, Feb 2, 2011 at 10:06 PM, Imran Naqvi <naqviimran@...> wrote:
Well, I am sorry. I did not mean that you are not trying to help me. However, I was hoping that other experts like you might come to my help.

The desperate call was not directed to you only my friend; however, I will surely keep keep in mind what you have said.


On Wed, Feb 2, 2011 at 9:14 PM, thom_321 <thomas_bengt001@...> wrote:
 

While I make no promise to keep the workbook "working", one thing to keep in mind when asking for help is that I am based in the US. Your first question today was asked at 1 am my time and the second (repeated) one at 5 am. It is unlikely that I will be available to respond to any questions between 11 pm and 8 am EST.



--- In smf_addin@yahoogroups.com, Imran Naqvi <naqviimran@...> wrote:
>
> Isn't anyone there to help?
>
> On Wed, Feb 2, 2011 at 11:50 AM, Imran Naqvi <naqviimran@...> wrote:
>
> >
> > [Attachment(s) <#12de508691a735cd_TopText> from Imran Naqvi included

> > below]
> >
> > Hi Randy/Tom,
> >
> > The file developed by Tom has been working smoothly, but a while ago
> > it shows #VALUE! error.
> >
> > The website of the exchange is working fine.
> >
> > I have attached the file. Please help.
> >
> > --
> > Ali Imran Naqvi
> > 9327016964
> >
> > "Smooth sea never makes a skillful mariner"
> >
> >
>
>
>
> --
> Ali Imran Naqvi
> 9327016964
>
> "Smooth sea never makes a skillful mariner"
>




--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"



--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"

#13238 From: Imran Naqvi <naqviimran@...>
Date: Wed Feb 2, 2011 5:43 pm
Subject: Re: Re: Indian power exchange--File stopped working
dillli_ka_ba...
Send Email Send Email
 
I am using Excel 2007. The problem comes when I try to copy paste the sheet on another spreadsheet.

Thanks for your help.

On Wed, Feb 2, 2011 at 9:05 PM, thom_321 <thomas_bengt001@...> wrote:
 

It opens fine on my computer. If you are using Excel 2010, restart the workbook and when it opens, click to Enable Editing if prompting.
Since you are using Now() to refresh the URL, you should press F9 to update it. Pressing "Refresh URL" will also work (if macros and editing is enabled) since when the macro runs it recalculates the workbook at the end, which is the same as pressing F9. However, if editing is NOT enabled, pressing "Refresh URL" will most likely throw a runtime error since it won't find the named range that the macro is changing the data in.



--- In smf_addin@yahoogroups.com, Imran Naqvi <naqviimran@...> wrote:
>
> Hi Randy/Tom,
>
> The file developed by Tom has been working smoothly, but a while ago
> it shows #VALUE! error.
>
> The website of the exchange is working fine.
>
> I have attached the file. Please help.
>
> --
> Ali Imran Naqvi
> 9327016964
>
> "Smooth sea never makes a skillful mariner"
>




--
Ali Imran Naqvi
9327016964

"Smooth sea never makes a skillful mariner"

Messages 13209 - 13238 of 22399   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