S
Stuart
From the Immediate window, this statement:
Application.Run "BofQUtilities.xla!InDirect_Menu_Routines.Test1"
results in the following macro successfully running:
Sub Test1()
MsgBox ("Success")
End Sub
but this statement:
Application.Run _
"BofQUtilities.xla!InDirect_Menu_Routines.ReNumberBofQPages(myCell, ws,
£Col)"
results in an error message, saying the macro cannot be found.
The macro exists, and I'm fairly sure there are no typos.
Any ideas please?
Regards.
Application.Run "BofQUtilities.xla!InDirect_Menu_Routines.Test1"
results in the following macro successfully running:
Sub Test1()
MsgBox ("Success")
End Sub
but this statement:
Application.Run _
"BofQUtilities.xla!InDirect_Menu_Routines.ReNumberBofQPages(myCell, ws,
£Col)"
results in an error message, saying the macro cannot be found.
The macro exists, and I'm fairly sure there are no typos.
Any ideas please?
Regards.