View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_72_] mudraker[_72_] is offline
external usenet poster
 
Posts: 1
Default 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/