Trying to run multiple Macros at once so I can assign one button that will run three Macros sequentially.
This is what I have from searching these forums:
But it throws the following error with the Sub Keywords() highlighted when I debug:
This is what I have from searching these forums:
VBA Code:
Sub Keywords()
Call KeywordFlakedArtifacts_A_K
Call KeywordFlakedArtifacts_K_Z
Call KeywordNonFlakedArtifacts
End Sub
But it throws the following error with the Sub Keywords() highlighted when I debug: