How do I use code from another workbook in the current workbook. I have a list class that I'd like to be the return type of a function in another workbook. So in personal.xls I have CMyList. In other.xls I want:
function foo() as CMyList
...
end function
How do I do this?
-Venkman
function foo() as CMyList
...
end function
How do I do this?
-Venkman