Hi,
You block must be dynamic and that's why ssget function can't select it / them.
So you need to iterate though the selection set and check if the name of the block is your target one and the following should allow you to select them.
(cons 2 (strcat "`*U*," rbname))