How to Call a Procedure

P

Paul

Hi All,
I have a procedure called WriteStuffToExcel and I need to
call it from a form. How do I do this?
 
A

aj

just type the name of the procedure
ex:

Private Sub button1_Click()
WriteStuffToExcel
End Sub
 

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