Thread
:
Calling a function in another module
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rahul Gupta
external usenet poster
Posts: 21
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
Reply With Quote
Rahul Gupta
View Public Profile
Find all posts by Rahul Gupta