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:
Can someone please point out my moronic mistake?Code:MsgBox Workbooks("book1").Sheets("Sheet1").Range("$A$1").Value




Reply With Quote