S
s_ali_hassan
i`m kind of new to vb programming, so all help will be appreciated.
Ive got a userform which i want to call from a sub, and run it, then
want to call another sub and just run that.
I was wondering how you would go about trying to call a userform (or
sub within a userform).
I tried the following
Sub Main()
deleteops 'delete ops
userform1 ' call userform
End Sub
but it doesnt work for the userform
Any ideas?
thanks
Ive got a userform which i want to call from a sub, and run it, then
want to call another sub and just run that.
I was wondering how you would go about trying to call a userform (or
sub within a userform).
I tried the following
Sub Main()
deleteops 'delete ops
userform1 ' call userform
End Sub
but it doesnt work for the userform
Any ideas?
thanks