+ Reply to Thread
Results 1 to 2 of 2

How to run a Macro specified number of times?

  1. #1
    Registered User
    Join Date
    07-03-2006
    Posts
    5

    How to run a Macro specified number of times?

    How do I write a Macro to run another Macro a certain number of times?

  2. #2
    NickHK
    Guest

    Re: How to run a Macro specified number of times?

    Dim RunCount as Long
    Const RunMax As Long=10

    For RunCount =1 To RunMax
    Call SecondMacro
    Next

    NickHK

    "brutonparish" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > How do I write a Macro to run another Macro a certain number of times?
    >
    >
    > --
    > brutonparish
    > ------------------------------------------------------------------------
    > brutonparish's Profile:

    http://www.excelforum.com/member.php...o&userid=35987
    > View this thread: http://www.excelforum.com/showthread...hreadid=557976
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1