alain what are the what came over here as sigmas in your code? [after save as, page setup, print chosen] > CASE _iOpen : PRINT "Open chosen" > CASE _iSave : PRINT "Save chosen" > CASE _iSaveAs : PRINT "Save as chosen" > CASE _iPageSetup : PRINT "Page setup chosen" > CASE _iPrint : PRINT "Print chosen" > CASE _iQuit : END if they are ellipsises [pl of ellipsis?], then they should always be followed by a space; there is a documented bug in the script manager that messes menus if they finish with a trailing ellipsis in some circumstances, adding a space avoids it. :-j