Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Macro to run macros

I have six macros in a ws which I wish to run sequentially
on one click. Can someone help with macro or vb to do that.

Regards,
JA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Macro to run macros

if in the same module

Sub Control()
Call macro1
Call macro2
Call macro3
Call macro4
Call macro5
Call macro6
End Sub

if in different module
call module1.marco1

"jamesa" wrote in message
...
I have six macros in a ws which I wish to run sequentially
on one click. Can someone help with macro or vb to do that.

Regards,
JA



  #3   Report Post  
Posted to microsoft.public.excel.programming
M. M. is offline
external usenet poster
 
Posts: 18
Default Macro to run macros

here u a

Sub Makro1()
'
End Sub

Sub Makro2()
'
End Sub
....
Sub RnuSequentially()
Makro1
Makro2
End Sub

Regards,
Milos

"jamesa" wrote in message
...
I have six macros in a ws which I wish to run sequentially
on one click. Can someone help with macro or vb to do that.

Regards,
JA



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
macro to run macros wamstrdad Excel Discussion (Misc queries) 3 December 20th 07 02:45 PM
Run macros macro blazzzercat via OfficeKB.com Excel Discussion (Misc queries) 3 February 23rd 07 06:40 PM
Enable Macros with a Macro! Mark[_2_] Excel Discussion (Misc queries) 3 February 21st 07 06:26 PM
Macro Msg. when file has no macros Stilla Excel Worksheet Functions 2 February 9th 06 03:10 PM
macro warning - but no macros GJR3599 Excel Discussion (Misc queries) 1 April 13th 05 08:15 PM


All times are GMT +1. The time now is 10:05 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"