View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
galimi[_2_] galimi[_2_] is offline
external usenet poster
 
Posts: 65
Default Calling functions in different modules

From module 4, you can call the name of the function directly, OR, you can
preface it with Module2.NameofFunction (parameters)

http://HelpExcel.com

"CR" wrote:

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)?