When you "select table array from another file i.e MData Select A&B Column" You are selecting the entire column, which is defied along with the number of rows in the file. One file (in Excel97 Compatibility format .xls) can only deal with 65000 rows. the other file has over 1,000,000 rows. In your vlookup, specify the rows (some number beyond the maximum) like: =vlookup(j2,[MData.xlsx]Sheet1!$A$1:$B$65000,2,False)
Paul ----------------------------------------- “Do all the good you can, By all the means you can, In all the ways you can, In all the places you can, At all the times you can, To all the people you can, As long as ever you can.” - John Wesley ----------------------------------------- From: veeru h <veeresh2...@gmail.com> >To: excel-macros@googlegroups.com >Sent: Wednesday, August 13, 2014 6:15 AM >Subject: $$Excel-Macros$$ Concat & lookup error > > > >Sir, >I created a Macro, for entry purpose >for Regular Work i recieve Reg Work File daily via email >& send it to cosern > > >sample data in attached file > >1) inserted 1 column after G Column & concatenate G & H Column in to I > its in Text then Converted to number. >2) again i insert another column after I Column i.e J >3) i put formula =vlookup(j2,select table array from another file i.e MData >Select A&B > > >Column,2,0) > > >but its showing error: Bcoz > > > RegWork file Column upto IV & Rows upto655536 >Mdata file Column upto XFD & Rows upto 1048576 > > >is any Solution ( without manual copy, & paste to other workbook) >convert file format to excel workbook(in Macro Button) > > > > >Regards: >Veeresh > > -- >Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s >=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ >https://www.facebook.com/discussexcel > >FORUM RULES > >1) Use concise, accurate thread titles. Poor thread titles, like Please Help, >Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get >quick attention or may not be answered. >2) Don't post a question in the thread of another member. >3) Don't post questions regarding breaking or bypassing any security measure. >4) Acknowledge the responses you receive, good or bad. >5) Jobs posting is not allowed. >6) Sharing copyrighted material and their links is not allowed. > >NOTE : Don't ever post confidential data in a workbook. Forum owners and >members are not responsible for any loss. >--- >You received this message because you are subscribed to the Google Groups "MS >EXCEL AND VBA MACROS" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to excel-macros+unsubscr...@googlegroups.com. >To post to this group, send email to excel-macros@googlegroups.com. >Visit this group at http://groups.google.com/group/excel-macros. >For more options, visit https://groups.google.com/d/optout. > > > -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Jobs posting is not allowed. 6) Sharing copyrighted material and their links is not allowed. NOTE : Don't ever post confidential data in a workbook. Forum owners and members are not responsible for any loss. --- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To unsubscribe from this group and stop receiving emails from it, send an email to excel-macros+unsubscr...@googlegroups.com. To post to this group, send email to excel-macros@googlegroups.com. Visit this group at http://groups.google.com/group/excel-macros. For more options, visit https://groups.google.com/d/optout.