Call outside subroutine from VBA compiler

Hi,

Is there any way to call an outside subroutine from the vba compiler? Meaning the sub is in the file but is not being compiled itself.

Any help would be appreciated.

Thanks,

Kyle

Yes, you can use Application.Run into the VBA compiler to execute normal VBA macros of your compiled workbook.