Hi there, I've got this line to create a rectangulair array: Dim retObj As Variant retObj = solidObj.ArrayRectangular(numberOfRows, numberOfColumns, numberOfLevels, distanceBwtnRows, distanceBwtnColumns, distanceBwtnLevels) but I would like to create a block with this array in it. any ideas Thx Wiebe