Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Read the Value property only for a single- cell Range object

Sub main()     MsgBox Worksheets("Sheet1").range("A1:C3").value End Sub