'Declaration
Function Range( _ ByVal cell1 As String, _ Optional ByVal cell2 As String _ ) As IRange
Parameters
- cell1
- The name of the range. This must be an A1-style reference.
- cell2
- The cell in the lower-right corner of the range.
'Declaration
Function Range( _ ByVal cell1 As String, _ Optional ByVal cell2 As String _ ) As IRange