+ Reply to Thread
Results 1 to 10 of 10

nested for each

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Budapest, Hungary
    MS-Off Ver
    Excel 2016
    Posts
    187

    nested for each

    Hi everyone,

    I am working on a macro which should do the following thing:

    There are two ranges, myRange1 and myRange2.
    MyRange is located in the workbook when the vba is started from, myRange is on other workbook.

    I want each cell of myRange1 to be searched in myRange2.

    The code is something like this

    Please Login or Register  to view this content.
    The message what I get is, that cell2 is not set, it seems to be, that I cannot work with myRange2.

    Can anybody help?
    Thanks

  2. #2
    Forum Contributor
    Join Date
    11-26-2011
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    159

    Re: nested for each

    Have you keep open the two workbooks ?

  3. #3
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Budapest, Hungary
    MS-Off Ver
    Excel 2016
    Posts
    187

    Re: nested for each

    Yes, I do, but the question is valid, the problem is somewhere here. The macro has 2 sub-s, I have defined the ranges as public variables , and I reach them from the sub, where the declaration is done, but one of them seems to be not defined in the other sub.
    The errormessage refers to the cell2 variable, which also is defined as public range, but I guess, the problem is with myRange2
    Last edited by HarryKlein; 07-19-2012 at 08:03 AM.

  4. #4
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: nested for each

    the code itself is ok as far as syntax - what is the exact error message?
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  5. #5
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Budapest, Hungary
    MS-Off Ver
    Excel 2016
    Posts
    187

    Re: nested for each

    Runtime error 91
    object variable or with block variable not set

  6. #6
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: nested for each

    On which line?
    Everyone who confuses correlation and causation ends up dead.

  7. #7
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Budapest, Hungary
    MS-Off Ver
    Excel 2016
    Posts
    187

    Re: nested for each

    This is the real code. As I doesn't work like this yet as I want it to work, I have focused on the problematic part.
    The errormessage refers to line which saves the workbook.

    The if-thread is obviously never started, as it never is true.


    Please Login or Register  to view this content.

  8. #8
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: nested for each

    You are referring to the loop variable (cellaN) outside the loop, where it has gone out of scope.

  9. #9
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Budapest, Hungary
    MS-Off Ver
    Excel 2016
    Posts
    187
    do you maybe have recommendation?

  10. #10
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: nested for each

    You've left most of the code out so I don't know what you're trying to achieve. It could be as simple as moving the saveas line before the 'End If' or 'Next' line.

  11. #11
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Budapest, Hungary
    MS-Off Ver
    Excel 2016
    Posts
    187

    Re: nested for each

    It might be a problem, too, but what I see as a bigger problem, that cellaN never get any value.

  12. #12
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: nested for each

    Then you must get an error before the SaveAs line (or you still haven't posted all the code).

+ 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