Using a Custom Menu to Insert Blocks from a Library of Blocks

I use AutocadLT 2006 and have a Custom Menu for my Electrical blocks I use in creating Electrical drawings.

I have manged to get the CUI file in and setup the Menus for my electrical blocks on the Menu bar fine.

When I go to New Menu item and select a block to insert it , the block doesnt come in, I get "? to list".

I had this happen to me when I changed versions of AutocadLT and it was associated with the Syntax of the INSERT command in the CUI file.

 

In other words my current command for example "[N/Open]^C^C-insert KEY-NO.DWG" would normally insert a Key switch drawing into my main drawing.  There error was in that the "-insert" orignally was "_insert", so once I changed it to "-insert" it worked fine.

Is this why i am having issues??