View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CR[_4_] CR[_4_] is offline
external usenet poster
 
Posts: 19
Default 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)?