|
-
Jul 1st, 2008, 12:16 PM
#1
Thread Starter
Frenzied Member
Reference Range("").value in another workbook [Resolved]
Alright, I have done this a billion times before but for some reason I cannot figure out what is going wrong.
I am not able to grab the value from a cell using the workbook name, sheet name and cell address like below:
Code:
MsgBox Workbooks("book1").Sheets("Sheet1").Range("$A$1").Value
Can someone please point out my moronic mistake?
Last edited by Spajeoly; Jul 7th, 2008 at 12:21 PM.
-
Jul 1st, 2008, 12:27 PM
#2
Thread Starter
Frenzied Member
Re: Reference Range("").value in another workbook
Code:
MsgBox Workbooks("book1.xls").Sheets("Sheet1").Range("$A$1").Value
God, what an idiot.
Yeah, .xls
Ever had one of those days?
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
|