I'm using Excel 2003, but this could also apply to newer versions. The question is data sharing through VBA.
I have two workbooks, both with VBA code. The code in workbook ("A") opens workbook ("B"). While executing the code in A, I want to read VBA public constants defined in B.
Can this be done? How?
Thanks
- Pat