On Saturday 13 September 2003 06:26, Marco Bauer wrote: > when I assign a group property to a bunch of menu-items, how > can know which one of them was clicked when mnuGroup_Click() > is called? The LAST keyword, when used in an event sub or function, can be used as a reference for the object that threw the event. Rob