@matthew_fuller46E6T
There are several problems with the file and an operational one.
- The contents of the expression for the formulas in column I leave out the Excel CONCATENATE function!!! Why did you omit it?
- The hyphen in the insert command (i.e., -insert) bypasses the initial dialog box but NOT the dialog box for entering attribute values. In order to disable this dialog box give the attdia command and set the value to 0.
ATTDIA [ENTER] 0 - Your data has the blocks very close together. For example, all 18 are here:


Zooming very tightly into the corner of the block we see the 18 blocks overlapping with a slight offset.

- Here's the correct content for cell I2. It can be filled down to for the other rows of data.
=CONCATENATE("(command ",CHAR(34),"-insert",CHAR(34)," ",CHAR(34),A2,CHAR(34)," ", CHAR(34),B2,",",C2,",",D2,CHAR(34)," ",E2," ",F2," ",G2," ",CHAR(34),H2,CHAR(34),")")
Good luck.
lee.minardi