Why will this not work? Dim BlocksColl As AcadBlocks Set BlocksColl = ThisDrawing.Blocks Dim ExBlock As AcadBlock For Each ExBlock In BlocksColl If ExBlock.Name = "2002RALEIGHPERMITAPP_ATTS_P1" Then Dim BlkAttsP1 As Variant BlkAttsP1 = ExBlock.GetAttributes End If Next