Hi,

I have a program that uses multiple userforms. The program worked fine
with 6 userforms in total. When i decided to add another userform i
began to have problems.

the below code was added to a command button to userform1.

Unload me
userform7.show

when i select the command button i get the following debug message

runtime error -2147352573 (80020003)
could not find the specified object

When i click on the debug button the userform7.show code is
highlighted.

not sure how to over come this
any help greatly recieved