Combining VBA modules

A

Anthony Byrne

I have 4 Visual basic modules that I want to appear in the same module. How do I go about doing it.
 
J

JulieD

Hi Anthony

you can copy & paste procedures from one module to another ...

Cheers
JulieD

Anthony Byrne said:
I have 4 Visual basic modules that I want to appear in the same module.
How do I go about doing it.
 
A

Anthony Byrne

Thank you JulieD. That worked fine. You can expect more inane requests for help.
 
Top