R
Robert
Would anyone happen to know the correct syntax to reference an object that
resides in a file outside of excel?
Here's what I'm trying to do: I've created a class module named Person. I
want to move it out of the spreadsheet it is currently in, and into a file
named ncd_ac.xla. I then want to make the Person class module globally
available in the spreadsheet, and I want to create an instance of Person.
This is basically the same thing as saying #include stdio.h in C. How does
one reference code externally in Excel (v. 10)?
tia,
Robert
resides in a file outside of excel?
Here's what I'm trying to do: I've created a class module named Person. I
want to move it out of the spreadsheet it is currently in, and into a file
named ncd_ac.xla. I then want to make the Person class module globally
available in the spreadsheet, and I want to create an instance of Person.
This is basically the same thing as saying #include stdio.h in C. How does
one reference code externally in Excel (v. 10)?
tia,
Robert