View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
s_ali_hassan s_ali_hassan is offline
external usenet poster
 
Posts: 1
Default calling a userform


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

--
s_ali_hassa
-----------------------------------------------------------------------
s_ali_hassan's Profile: http://www.excelforum.com/member.php...fo&userid=3532
View this thread: http://www.excelforum.com/showthread.php?threadid=55145