I want one macro to run several other macros, but when I write the code, I receive a compile error - sub or function not defined. What am I missing?
Code:
Sub Runallmacros()
Call LYRates
Call TYRates
Call DeleteSpaces
End Sub