+ Reply to Thread
Results 1 to 5 of 5

error message "match not found for row "

  1. #1
    Forum Contributor
    Join Date
    12-08-2005
    Location
    Silicon Valley, CA USA
    MS-Off Ver
    2013 - Using 64 bit system
    Posts
    275

    error message "match not found for row "

    Hi,
    I am attaching my workbook. On sheet1 it has data and on sheet2 I have buttons to run macro. The macro brings in the data I want but after editing it does not put it back. The message it gives is "match not found for row".
    Appreciate your help on this please.
    Thank you
    Jaz
    Attached Files Attached Files
    Last edited by jazbath; 04-20-2009 at 05:50 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: error message "match not found for row "

    Try changing:
    Please Login or Register  to view this content.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: error message "match not found for row "

    Other things:
    1. Right-click on your buttons, format control, Properties...click on Do No Move or Size with cells
    2. You should get in the habit of declaring your variables at the top of your macro...add them there as you add them into the macro
    3. Any "ranges" you set during the macro should be set to = Nothing at the end to free up the memory Excel reserved for it
    4. Your FIND macro didn't have an EXIT capability...so I added it.
    Please Login or Register  to view this content.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: error message "match not found for row "

    Here's my cut at cleaning up your code. Note the first line.
    Please Login or Register  to view this content.
    Last edited by shg; 04-20-2009 at 05:51 PM.
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Forum Contributor
    Join Date
    12-08-2005
    Location
    Silicon Valley, CA USA
    MS-Off Ver
    2013 - Using 64 bit system
    Posts
    275

    Re: error message "match not found for row "

    JBeaucaire & Shg,

    Thank you guys for your help. I know I need to learn a lot still and also to clean up my code. I am trying.
    Shg I will remember about the title hereafter.

    Jaz

+ 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