Calling functions in different modules
Using Excel 2000, I have created an add-in (VB_Custom_Functions.xla)
that contains four modules. When I call a function in one module (say
Module 4), how can I make that function call another function in a
different module (say Module 2)?
|