As per the heading: I'm trying to access variables, macros, functions in another module
I know that I can use (if calling from Module 1):
Module2.variable
Module2.sub
Module2.function
(assuming declared as public)
But how can i use 'With' statement to access multiple?
I've tried:
Dim...