K
Kalen Brunham
Does anyone know if it is somehow possible to access VBA variables declared
as public in an excel workbook from a different workbook?
For example, workbook1 has
public test as integer
in module1 of the VBAProject.
From a different workbook can I access it something like:
Workbooks(1).module1.test
Thanks.
as public in an excel workbook from a different workbook?
For example, workbook1 has
public test as integer
in module1 of the VBAProject.
From a different workbook can I access it something like:
Workbooks(1).module1.test
Thanks.