Hi NG; I've added XData to some groups. I would like to access these groups and to do so I thought of Selection Sets and filters. varDatGrp(0) = "GROUP" varDatGrp(1) = "SbAc" ' The DXF Groups intDatCode(0) = 0 'Object name intDatCode(1) = 1001 Application But when I use the SelectAll-method with these Filters I got nothing in return. (I think GROUP should be something else) I then tried to use this filter: varDatGrp(0) = "SbAc" ' The DXF Groups intDatCode(0) = 1001 Application That one didn't return any groups either. Is it even possible to use filters on groups? TIA David