K
Katherine
This is driving me slowly insane. I'm using autonew to show my userform when a new document is created from the template. So..
sub autonew()
frmFish4.show
end sub
Looks about right to me. But i'm getting a 'runtime-error 424: object required' every time it runs. I've checked for typos. i've checked that my userform is actually called frmFish4. i've also done a technet search for the error code only to find that all the results are frustratingly vague.
Is there something obvious that i've overlooked? I thought perhaps it didnt like having a number in the form name, but i get the same error even after changing the name. I get the impression i'm being a bit thick here....can anyone point me in the right direction?
Any and all suggestions gratefully received
sub autonew()
frmFish4.show
end sub
Looks about right to me. But i'm getting a 'runtime-error 424: object required' every time it runs. I've checked for typos. i've checked that my userform is actually called frmFish4. i've also done a technet search for the error code only to find that all the results are frustratingly vague.
Is there something obvious that i've overlooked? I thought perhaps it didnt like having a number in the form name, but i get the same error even after changing the name. I get the impression i'm being a bit thick here....can anyone point me in the right direction?
Any and all suggestions gratefully received