AddRange Method See Also rowIndex The row index RowCount The number of rows to add DescriptionAdds several rows based on the specified range. SyntaxVisual BasicPublic Sub AddRange( _ ByVal rowIndex As Long, _ ByVal RowCount As Long _ ) Parameters rowIndex The row index RowCount The number of rows to add RemarksThis method is valid only when the SelectionMode property is set to ms_Auto. See AlsoSelectedRows Collection