
07-13-2003, 05:46 PM
|
|
Verbose Coder
Retired Moderator * Guru *
|
|
Join Date: Dec 1999
Location: Phoenix, Arizona
Posts: 3,011
|
|
Set the Container property of the newly created command button to be the form otherwise its container is the frame, since it has the same properties as the button that's on the frame which you're essentially copying.
For ex:
Code:
Set Command1(NewIndex).Container = Form1
Paul
|
|