I have a form with several PageFrames. For some specific reason, I need to collect all the command buttons in the form to a table with names in one column and the respective command in another column. Since the command buttons undergo changes during the development process, I need to refresh these collections to the table again and again. Is there a simple way to get this into an array or a table. Right now I key in the names and the commands by hand in a table. Doing automaticaly will help me avoid the 'donkeys' job.. which I do now.. -