Results 1 to 2 of 2

Thread: Reference Range("").value in another workbook [Resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068

    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.

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