Create a role,add the users to whom you want to grant the execute permission and use dynamic sql to grant execute permissions to that role.Something like this
select 'grant execute on ' +
specific_name + ' to rolename'
from information_schema.routines
where routine_type='PROCEDURE'
After Monday and Tuesday even the calendar says W T F ....