Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 2 modules in a particular Project. Each module is a Sub. I'm trying
to call one module within another module and I'm getting the following error: Compile Error: Expected variable or procedure, not module The two modules a TallySheetRepDump and BanSumSort This is how I'm trying to call the module: Sub TallySheetRepDump() Call BanSumSort ... I basically want the code inside BanSumSort to run immediately upon the execution of the TallySheetRepDump routine then continue with the code in TallySheetRepDump. What am I doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remote module call | Excel Programming | |||
Module call | Excel Programming | |||
How to call a sub from UserForm Module | Excel Programming | |||
Call a Module | Excel Programming | |||
Call other sub in the same module | Excel Programming |