I know how to search for a block residing within a drawing using functions such as "ssget" and "tblsearch" but how do you search for a block that is placed in a layout. Im wanting to search for a block in a drawing and to tell me which layout tab it is residing in. My code searches for the block in the drawing and if it doesnt find it, do nothing. If it does find it, let me know which layout(s) its on and do something. I have drawings with multiple named layouts and i know the block is in either one or several of the layouts contained within the drawings because i inserted the block there. If someone could give me starter for ten and point me in right direction it would be appreciated because its got me stumped. Ta Mark