+ Reply to Thread
Results 1 to 3 of 3

Help with Optimization Macro..

  1. #1
    Registered User
    Join Date
    11-09-2006
    MS-Off Ver
    Excel 2010 64 bit
    Posts
    200

    Help with Optimization Macro..

    Hello,
    I need your help with the following macro. This macro is used to test various combinations of the three variables (i,j,k). The original macro that I show here uses the numerical values which set the boundaries of the integer ranges that are tested (eg. For i = 1 To 28, i needs to run from 1 to 28). I need to modify this macro so that after each new i parameter, the j parameter will instead of just going from 2 to 4 (For j = 2 To 4), would run from 2 to N (For j = 2 To 4). The N value it will take from the A1 cell on the same worksheet. I wonder if this can be done?
    So basically it needs to set new value of i, then get the value of N from the workbook, and run the remaining iteration with the N in the (For j = 2 To N),
    Thanks a lot!)
    Dima


    Please Login or Register  to view this content.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,613

    Re: Help with Optimization Macro..

    Please Login or Register  to view this content.
    Last edited by JBeaucaire; 02-08-2013 at 07:06 PM. Reason: Why are you skipping code tags? Certainly you know better..... (nudge)(prod)
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    11-09-2006
    MS-Off Ver
    Excel 2010 64 bit
    Posts
    200

    Re: Help with Optimization Macro..

    Quote Originally Posted by protonLeah View Post
    Please Login or Register  to view this content.
    thanks a lott))

+ 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