Inserting Rows


Inserting at the current position

Selection.InsertRowsBelow 
Selection.InsertRowsAbove
Selection.InsertRows


objTable.Rows.Add 

objTable.Rows.Add(Before:=Selection.Tables(1).Rows(2) 





© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext