read the Value property only for a single- cell Range object: statement generates an error
Sub main() MsgBox Worksheets("Sheet1").range("A1:C3").value End Sub