What code is needed at the end of an exsisting Macro that tells it to run another macro? thnx
D Dan Jun 29, 2004 #1 What code is needed at the end of an exsisting Macro that tells it to run another macro? thnx
F Fred Jun 29, 2004 #3 And to make the code more easy to read I always put "Call" in front of the procedure, but that's personal: Call MyProcedure instead of MyProcedure
And to make the code more easy to read I always put "Call" in front of the procedure, but that's personal: Call MyProcedure instead of MyProcedure