using macro/module

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that holding too many codes.
I want to call the code/function will be in module or macro for inside the
form .
How doe I do that.Apperantly the codes are too big and it does not let me to
put them on the form.

thanks Irit
 
Where has your code come from?
If it is in another language or even VB it may need some changes...

Open a new standard module and paste your code into it.
All your functions need to be public.

Steve
 

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

Back
Top