I have decided that I am duplicating an awful lot in my macros. I thought it would be a good idea to use smaller macros and use them one after the other. Assuming that I named these macros: a, b, c, d etc; I am trying to run them one after the other with:
Sub runalot()
runmacro: a
runmacro: c
runmacro: d
End Sub
When it starts to execute, I get a compile error message
"Duplicate declaration in current scope"
I'm sure the answer is simple and I'll once again look pretty stupid but I am very much a beginner compared to most of you guys!
Sub runalot()
runmacro: a
runmacro: c
runmacro: d
End Sub
When it starts to execute, I get a compile error message
"Duplicate declaration in current scope"
I'm sure the answer is simple and I'll once again look pretty stupid but I am very much a beginner compared to most of you guys!