using macro/module

I

Imarko

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
 
S

SteveM

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
 
Top