Why not you are using MS Access. It's pretty cool and can we use easy..
this is best for if some one have to work in large data....

Pramod
On 28 Apr 2015 15:41, "Mandeep Baluja" <rockerna...@gmail.com> wrote:

> Yes it works, Thanks for the same we can considered this issue is
> resolved. But one thing Excel is not useful for large files On Daily basis
>  I got files of 350 mb having data of 2-3 lakh rows and I am unable to
> combine the same jjust because excel not responds.
>
>
> On Tuesday, April 28, 2015 at 3:10:42 PM UTC+5:30, Nasir Saikh wrote:
>>
>> Hi Mandeep
>>
>> As per my suggestion you can use table link vloopup as I am using and it
>> is working fine. Example is given below.
>>
>> Sub LoopUp()
>> Dim iRow As Integer
>> Dim MaxRow As Long
>> MaxRow = ActiveSheet.Range("A" & Rows.Count).End(xlUp).Row
>> Range("B2").FormulaR1C1 =
>> "=VLOOKUP(RC[-1],'C:\Users\n0258542\Documents\[Aakash -
>> Copy.xlsx]Input_Consolidated'!R1C2:R44C5,4,0)"
>> For iRow = 3 To MaxRow
>>     Selection.Offset(1, 0).Select
>>     Selection.FillDown
>> Next
>> End Sub
>>
>>
>>
>  --
> 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.

Reply via email to