<t>Hi tquant,I don't understand why the code shoulde be in the sheet object.If modules allowed, you can write the code as follows:'// enable your procedure to run by pressing shift+F9 Sub StartIt() Application.OnKey "+{F9}", "Procedure1" End Sub'// restore the function of shift+F9Sub StopIt() Applic...