Re: $$Excel-Macros$$ Re: $excel-macros$ help

2010-07-22 Thread Chandru
Dear Kishan Reddy This is a very good tip and many thanks for sharing the same. I knew about excel clip board for many years but this idea of using "Paste all" to combine all sheets is really a magic. Thanks Chandru On Thu, Jul 22, 2010 at 11:36 AM, Kishan Reddy, K < kishanreddy.kethire...@gmail

$$Excel-Macros$$ Re: $excel-macros$ help

2010-07-22 Thread Kishan Reddy, K
Hello, Open the Office clipboard: From Menu select Edit -> Office clipboard. Office clipboard will appear on the right side. Goto sheet 1 and select Data, and Press Control+C, Data will appear on Office Clipboard. Repeat the above step for all sheets. Then use the Paste All Option on Office cl

$$Excel-Macros$$ Re: $excel-macros$ help

2010-07-21 Thread Rajender Soni
Hi Preeti Please find attached the solution as required, do let me know if something else is required. Regards, Rajender Soni | +91 750 322 55 50 -- -- Some important links for excel users: 1. Follow us on TWITTER

$$Excel-Macros$$ Re: $excel-macros$ help - merge sheets into one sheet

2010-07-21 Thread George
Hi preeti, This code covers your task, you can run it and enjoy. It was interesting problem to solve. Please tell us does it work for you. Sub automate() Dim i, j, k, n, myfile, mySheet Call ListWorkSheetNames myfile = ActiveWorkbook.FullName Sheets("main sheet").Select Cells.Select

$$Excel-Macros$$ Re: $excel-macros$ help

2010-07-21 Thread George
Hi preeti, This code covers your task, you can run it and enjoy. It was interesting problem to solve. Please tell us does it work for you. Sub automate() Dim i, j, k, n, myfile, mySheet Call ListWorkSheetNames myfile = ActiveWorkbook.FullName Sheets("main sheet").Select Cells.Select