Consulting

Results 1 to 3 of 3

Thread: Solved: reference to a sheet

  1. #1
    VBAX Tutor
    Joined
    Sep 2008
    Posts
    213
    Location

    Solved: reference to a sheet

    I have a book with multiple sheets and would like to refer to the same cell in each sheet on 1 page. rather than going through and manually adding each cell, is there a shortcut to reference them. I have the sheet names in column A. Id like to do the following so I can just copy and paste down the column, do I need VBA to do this?
    A B
    AA =AA!H$5121 (I did this first one manually)
    AAPL = "A2"!H$5121 (This is the way Id like to do it, but this didnt work...)
    ABT

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Look up the INDIRECT funtion in Excel help
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  3. #3
    VBAX Tutor
    Joined
    Sep 2008
    Posts
    213
    Location
    THanks, worked perfect!!

Posting Permissions

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