Re: $$Excel-Macros$$ please help for consolidate in excel

2014-04-29 Thread Kannan Excel
Dear Ganesh & Ravinder, I am also have this issue. I saw your attachments, i don't know how to use this... Kindly give a brief explanation. On Sun, Apr 27, 2014 at 11:48 AM, Ganesh N wrote: > Hi Yadav, > > you can also use this. Just put the data files in separate folder and put > the path

Re: $$Excel-Macros$$ please help for consolidate in excel

2014-04-27 Thread Vaibhav Joshi
Hi Use this code instead, this is simple & easy: Sub dataupdate() Range("A2").Select Range(ActiveCell.End(xlDown), Selection.End(xlToRight)).Select Selection.Copy Worksheets("Data update").Select Range("A100").End(xlUp).Offset(1, 0).Select ActiveCell.PasteSpecial Application.CutCopyMode = Fal

Re: $$Excel-Macros$$ please help for consolidate in excel

2014-04-27 Thread ravinder negi
Please see below link for your query.. u just need to select folder where u have saved the files. please dont save example file in data files folder http://excelvbasupport.com/forum/showthread.php?tid=17 On Sat, Apr 26, 2014 at 11:18 PM, Ganesh N wrote: > Hi Yadav, > > you can also use this. J

Re: $$Excel-Macros$$ please help for consolidate in excel

2014-04-26 Thread Ganesh N
Hi Yadav, you can also use this. Just put the data files in separate folder and put the path in cell "J2". Thanks & Regards, Ganesh N On Sun, Apr 27, 2014 at 11:16 AM, Vaibhav Joshi wrote: > Hi, > > You can try this excellent codes share by Ashish earlier this month: > > Sub merge() > > D

Re: $$Excel-Macros$$ please help for consolidate in excel

2014-04-26 Thread Vaibhav Joshi
Hi, You can try this excellent codes share by Ashish earlier this month: Sub merge() Dim fld As Object, fil As Object, fso As Object, fldpath With Application.FileDialog(msoFileDialogFolderPicker) .Title = "Choose the folder" .Show End With On Error Resume Next

$$Excel-Macros$$ please help for consolidate in excel

2014-04-26 Thread Jitendra Yadav
Hi All, I have some data for date wise but I want all excel file in one sheet through macro. Example. Regards, Jitendra//9650449202 -- 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://w