Results 1 to 3 of 3

Cycle Through Different Apps

Threaded View

  1. #1
    Registered User
    Join Date
    10-16-2010
    Location
    Makati City, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    1

    Cycle Through Different Apps

    Good day everyone!

    I want make a macro that would cycle through active windows apps just like when you press Alt + Tab repeatedly. So far all I could do is cycle through different workbooks using this syntax:

       For i = 1 to Workbooks.Count
    
              Windows(i).Activate
              "do whatever you wanna do"
    
        Next i
    a book taught me this:

       Sub StartWord()
    
              Application.ActiveMicrosoftApp xlMicrosoftWord
    
         End Sub
    The above code worked but it also creates an empty document by default when all I want is to simply switch between Excel and Word as if I was pressing Alt + Tab.

    To give you a clearer picture, lets say I have Excel, Word, Powerpoint and Firefox running at the same time. I want to make a macro that would cycle through all these applications as if I was pressing Alt + Tab repeatedly.

    Hope you guys can help! Thanks in advance!
    Last edited by davesexcel; 10-16-2010 at 08:08 AM. Reason: Code tags required, Please read the Forum Rules

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