+ Reply to Thread
Results 1 to 2 of 2

Loop with a loop? or something else..

  1. #1
    Registered User
    Join Date
    05-31-2007
    Posts
    24

    Loop with a loop? or something else..

    Greetings

    I've previously posted this on another forum, but I hope someone here may have a fresh perspective;

    This is my FINAL obstacle to overcome before I can put this project to bed.

    Using this code;
    Please Login or Register  to view this content.
    I need to loop these 2 sections 12 times, each loop will advance one ROW from row 3 to row 15
    Please Login or Register  to view this content.

    The result after Next i is;

    =SUM(Alpha!$B$3)+(Bravo!$B$3)+(Delta!$B$3)+(Echo!$B$3)+(Fox!$B$3)+(Golf!$B$3)

    Base on the names Alpha to Golf listed in COlumn C of Master Edit sheet.

    Now I somehow need to the !$B$3 to become !$B$4 and .Range("J4") to become .Range("J5")

    This repeats 12 times until !$B$15 and .Range("J16")

    Any suggestions?

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    To loop through the code, you could use something like this:
    Please Login or Register  to view this content.
    HTH

    Jason

+ 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