Results 1 to 2 of 2

Thread: linking data from a different sheet [RESOLVED]

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    11

    Resolved linking data from a different sheet [RESOLVED]

    I am trying to declare a variable to cell E7 but it only seems to declare that variable from the selected sheet.

    I don't actually know how to link E7 from a different sheet to declare it as my variable.

    Here is what I have so far...

    'Variable_1 = Range("E7").FormulaR1C1


    Thanx
    Last edited by rovcruiser; Jan 7th, 2005 at 06:58 PM.

  2. #2

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    11

    Resolved Re: linking data from a different sheet

    Quote Originally Posted by rovcruiser
    I am trying to declare a variable to cell E7 but it only seems to declare that variable from the selected sheet.

    I don't actually know how to link E7 from a different sheet to declare it as my variable.

    Here is what I have so far...

    'Variable_1 = Range("E7").FormulaR1C1


    Thanx
    'Variable_1 = Sheets("Sheet 2").Range("E7")

Posting Permissions

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



Click Here to Expand Forum to Full Width