or try this

Sub sw()
Application.ScreenUpdating = False

Dim i As Long
Dim s As Workbook

Set s = Workbooks.Open(Application.GetOpenFilename)
ThisWorkbook.Activate
ThisWorkbook.Sheets(1).Rows("2:" &
Sheets(1).Range("a1").End(xlDown).Row).Copy

s.Activate
s.Sheets(1).Range("a65356").End(xlUp).Offset(1, 0).Select
ActiveSheet.Paste

s.Save
s.Close
Application.ScreenUpdating = True


End Sub



select the master file when it asks for workbook

On Thu, May 5, 2011 at 9:14 PM, ashish koul <koul.ash...@gmail.com> wrote:

> hi
> save all your daily files in a single folder
>
>
> and try code on below links.
>
> see if it helps
>
>
> http://akoul.blogspot.com/search/label/Merge%20Data%20from%20sheet%201%20from%20multiple%20workbooks%20to%20single%20workbook
>
>
>
> http://akoul.blogspot.com/search/label/Merge%20data%20from%20multiple%20sheet%20from%20multiple%20workbook%20to%20a%20workbook
>
>
>
>
>
> On Thu, May 5, 2011 at 9:27 AM, dannybrown2006 
> <dannybrown2...@yahoo.com>wrote:
>
>>  Hi,
>>
>>
>>
>>
>>
>> Me & my colleagues are working on daily sheet  (same file in a local
>> network).
>>
>>
>>
>> Is there any way by end of the day me & my colleagues click on update
>> button & all data are merged in one sheet i.e final sheet without open or
>> manually copy paste.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Regards
>>
>> Danny
>>
>> --
>>
>> ----------------------------------------------------------------------------------
>> Some important links for excel users:
>> 1. Follow us on TWITTER for tips tricks and links :
>> http://twitter.com/exceldailytip
>> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
>> 3. Excel tutorials at http://www.excel-macros.blogspot.com
>> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
>> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>>
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> <><><><><><><><><><><><><><><><><><><><><><>
>> Like our page on facebook , Just follow below link
>> http://www.facebook.com/discussexcel
>>
>
>
>
> --
> *Regards*
> * *
> *Ashish Koul*
> *akoul*.*blogspot*.com <http://akoul.blogspot.com/>
> *akoul*.wordpress.com <http://akoul.wordpress.com/>
> My Linkedin Profile <http://in.linkedin.com/pub/ashish-koul/10/400/830>
>
>
> P Before printing, think about the environment.
>
>
>


-- 
*Regards*
* *
*Ashish Koul*
*akoul*.*blogspot*.com <http://akoul.blogspot.com/>
*akoul*.wordpress.com <http://akoul.wordpress.com/>
My Linkedin Profile <http://in.linkedin.com/pub/ashish-koul/10/400/830>


P Before printing, think about the environment.

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to