|
-
Jan 7th, 2005, 06:26 PM
#1
Thread Starter
New Member
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.
-
Jan 7th, 2005, 06:57 PM
#2
Thread Starter
New Member
Re: linking data from a different sheet
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|