View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rahul Gupta Rahul Gupta is offline
external usenet poster
 
Posts: 21
Default Calling a function in another module

Use:
Call Module1.TestFunction

"Barb Reinhardt" wrote:

How do I call function "TestFunction" that's located in Module1 when I'm
working in Module2?

Thanks