Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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/

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calls per Day Nate Excel Discussion (Misc queries) 1 September 17th 08 09:59 PM
Attn: Dave P. Question re Pix Calls via Macro DocuMike Excel Discussion (Misc queries) 1 January 10th 05 01:38 AM
Macro Calls lchhat Excel Programming 5 November 14th 03 03:56 PM
"This macro calls that macro, which calls .."-how many? Ed[_9_] Excel Programming 2 November 3rd 03 10:02 PM
VBA Calls Rob Bovey Excel Programming 4 August 23rd 03 05:32 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"