Thread: Macro Error
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
kassie kassie is offline
external usenet poster
 
Posts: 268
Default Macro Error

Are these macros in the same module?
Are these macros in your personal.xls?

"Ryk" wrote:

Have done this to call two macros and its gets an error

Sub Master()
'calls two other macros
MoveNumbersForRPA
RATECHOOSE
End Sub


Get Sub or Function not defined error?


Any ideas?


Dave L