J
JCO
I have several Macro's that are written for excel, but I don't know how to
get all of them to automatically run together as a single program. Can
someone tell me how that is done.
Currently each Macro is in a VB Style Sub Routine.
Example:
Sub DeleteTopRows
...
...code
...
End Sub
I have 8-10 of these sub routines that I want to string together.
Thanks
get all of them to automatically run together as a single program. Can
someone tell me how that is done.
Currently each Macro is in a VB Style Sub Routine.
Example:
Sub DeleteTopRows
...
...code
...
End Sub
I have 8-10 of these sub routines that I want to string together.
Thanks