OscarAlberto
Programmer
I have several UserForms that I load with code similar to this, assigned to submenus:
Sub ShowEquityPreferredForm2()
Call ObjectVarDeclar
Load EquityPreferred2
EquityPreferred2.Show
End Sub
It worked well until - without further input from my part, at least knowingly - I get the following error message:
Run-Time Error '450':
Wrong number of arguments or invalid property assignment.
I checked the basic like the name of the UserForm, but I cannot find any problems.
Any help will be appreciated.
Regards,
Oscar Alberto Chavarria
Sub ShowEquityPreferredForm2()
Call ObjectVarDeclar
Load EquityPreferred2
EquityPreferred2.Show
End Sub
It worked well until - without further input from my part, at least knowingly - I get the following error message:
Run-Time Error '450':
Wrong number of arguments or invalid property assignment.
I checked the basic like the name of the UserForm, but I cannot find any problems.
Any help will be appreciated.
Regards,
Oscar Alberto Chavarria