There must be an easier way to call subroutines in personal.lxsb from a VBA sub! I suspect I'm doing it wrong.
Calling a sub in my personal.lxsb is a pain. i.e wsOutLastRow = Application.Run("'" & "personal.xlsb" & "'!FindLast", "Row", "BP") it's the only way i know.
Is there some way to #include modules in external projects to simplify calling, i.e. wsOutLastRow = FindLast(“row”,”bp”)?
Please excuse if I’m not using the right terminology. I’ve been a programmer, off and on, for 40 years but, until now strictly top-down . This is my first foray into Object oriented programming and to much of it is still voodoo.
I'm trying to think but nothing happens. -- Curly
Calling a sub in my personal.lxsb is a pain. i.e wsOutLastRow = Application.Run("'" & "personal.xlsb" & "'!FindLast", "Row", "BP") it's the only way i know.
Is there some way to #include modules in external projects to simplify calling, i.e. wsOutLastRow = FindLast(“row”,”bp”)?
Please excuse if I’m not using the right terminology. I’ve been a programmer, off and on, for 40 years but, until now strictly top-down . This is my first foray into Object oriented programming and to much of it is still voodoo.
I'm trying to think but nothing happens. -- Curly