S
Stuart
In the following code sequence:
Set wkbk = ActiveWorkbook
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
Call InsertVlnCollectionFormulae(wkbk)
Call TransferToSummarySheet(wkbk)
Application.Run _
"BofQUtilities.xla!InDirect_Menu_Routines.VlnSearchAndProtect"
Application.Calculation = xlCalculationAutomatic
the Application.Run statement is not executing. When I set
breakpoints, the code stepped straight through the line.
Can anyone help, please?
Regards.
Set wkbk = ActiveWorkbook
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
Call InsertVlnCollectionFormulae(wkbk)
Call TransferToSummarySheet(wkbk)
Application.Run _
"BofQUtilities.xla!InDirect_Menu_Routines.VlnSearchAndProtect"
Application.Calculation = xlCalculationAutomatic
the Application.Run statement is not executing. When I set
breakpoints, the code stepped straight through the line.
Can anyone help, please?
Regards.