+ Reply to Thread
Results 1 to 3 of 3

Excel 2010 &A12 not working?

  1. #1
    Forum Contributor
    Join Date
    07-29-2005
    Location
    Singapore
    MS-Off Ver
    2007
    Posts
    253

    Question Excel 2010 &A12 not working?

    Hi,

    I'm using a function from http://finance.groups.yahoo.com/group/smf_addin/

    In excel 2003, the formula below works
    =RCHGetTableCell("http://investing.money.msn.com/investments/stock-income-statement/?symbol=ca",1,"Operating Income")

    But this won't:
    =RCHGetTableCell("http://investing.money.msn.com/investments/stock-income-statement/?symbol="&A12,1,"Operating Income")

    &A12 is a cell that contains text = "CA". May I know if there is a new syntax in excel 2010 to make &A12 here works?
    Last edited by Lewis Koh; 08-11-2013 at 09:11 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Excel 2010 &A12 not working?

    You know you have a space between "Operating" and "Income", right?

    I have no idea if this will work, but try...
    =RCHGetTableCell(INDIRECT("http://investing.money.msn.com/investments/stock-income-statement/?symbol=")&A12,1,"OperatingIncome")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    07-29-2005
    Location
    Singapore
    MS-Off Ver
    2007
    Posts
    253

    Re: Excel 2010 &A12 not working?

    Yah there is a space in between. That is correct. Anyway, it's works today. Thanks for responding.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Macro not working in Excel 2010 but working in Excel 2003
    By mvel_sky in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-02-2013, 04:18 PM
  2. Excel 2010 Percentage Working Out
    By blakeyuk in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-04-2013, 06:59 AM
  3. Excel 2010 Find not working?
    By mikey42979 in forum Excel General
    Replies: 1
    Last Post: 04-26-2013, 02:48 PM
  4. coding previously working in Excel 2003 version not working in Excel 2010
    By petercalbra in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-11-2012, 10:51 AM
  5. [SOLVED] Code not working in excel 2010
    By annpricks in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-02-2012, 08:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1