<<
"Ronald" wrote:
Is it possible to find a conponent by name?
>>
All the container controls have a Controls property array that you can just loop thru to find the controls (note you might need to go recursive here). Start at form level and go from there.