I'm upgrading from ACAD2000 to ACAD2004, I've run into a little snag in my menu structure. In our present ACAD2000 menus, we insert blocks and have ACAD scale them automatically to the appropriate size for the drawing we are using, by using a GETGLOBALSCALE function. One line of code looks like this: [RCh_T_STD_FL,STANDARD FLUORESCENT LAMPS - HORIZONTAL]^C^C(SETQ LN (GETVAR "CLAYER")) -LA T RC S RC ;; (GETGLOBALSCALE) -INSERT *RCh_T_STD_FL 0,0;!SCALE;;^C^C(SETVAR "CLAYER" LN);^C^C^C But that doesn't work in ACAD2004. Is there a new code that does this functionality in AutoCAD 2004? Thnax, Bill Sander