THis is waht I am doing to copy and paste bodies
Selection1 = Call obj1.SelectElement3(Array("HybridBody", "Body"), "SELECT BODIES & GEO SETS ", False, 2, True)
‘then I select more than 2 (say for example i.Body1 ii. Body2 )
selection1.Copy
‘when I paste
Call...