How do I run Modules? More help

I

ID10Terror

Yes, I need more help. Sorry. My modDosomething has a function called
"doit"
Partial code enclosed:

Public Sub Doit

blah blah blah


end

So how do I run this function in my main form (frmMain).

Thanks for your speedy reply
 
A

Alex Dybenko

add a button to your form, rignt-click, select build event, choose code
builder - you get a form module in a window
with event proc. type there

Doit

close
save
open form
click button
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top