ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   one macro calls the other (https://www.excelbanter.com/excel-programming/287032-one-macro-calls-other.html)

ebony

one macro calls the other
 
Hello everyone,
I have two macros that i want to run after the other. I am
unable to combine them because the macro is too large. So
i have divided them. However, i will like to create a
macro that can call the other macro. Basically, the macros
are supervisor and supervisor1. I want supervisor to call
supervisor1 once it has finished running.
thanks everyone


mudraker[_72_]

one macro calls the other
 
Call Supervisor1 at end of Supervisor

sub Supervisor

code here


call Supervisor1
end sub

Sub Supervisor1
code here
end sub


---
Message posted from http://www.ExcelForum.com/



All times are GMT +1. The time now is 11:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com