Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All,
I am using Office 2003 and have the following problem: I have many xls files in a folder C:\temp The first sheet of each file in folder C:\Temp is having some values at the following address: B8 F6 F7 B15 C15 C16 D15 E15 F15 G15 C21 B27 B28 E31 G31 I wish to extract the values from the above address from all the xls files in C:\Temp and paste it rowwise in a new Workbook eg. Export.xls from A1 onwards in the order given below: Eg. B8 will go to A1, F6 to B1, F7 to C1.... .... G31 will go to O1.. Can this be achieved? Any help would be greatly appreciated. TIA Rashid Khan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi prkhan56
You can use this macro to do this http://www.rondebruin.nl/summary2.htm If you don't like the links you can do a copyPasteSpecial to values -- Regards Ron de Bruin http://www.rondebruin.nl "prkhan56" wrote in message ups.com... Hello All, I am using Office 2003 and have the following problem: I have many xls files in a folder C:\temp The first sheet of each file in folder C:\Temp is having some values at the following address: B8 F6 F7 B15 C15 C16 D15 E15 F15 G15 C21 B27 B28 E31 G31 I wish to extract the values from the above address from all the xls files in C:\Temp and paste it rowwise in a new Workbook eg. Export.xls from A1 onwards in the order given below: Eg. B8 will go to A1, F6 to B1, F7 to C1.... .... G31 will go to O1.. Can this be achieved? Any help would be greatly appreciated. TIA Rashid Khan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ron
Works great... BTW I had posted a problem under the heading "Macro to Extract Values from Master.xls to Report.xls" in pubic.Excel and Excel.programming... but could not get a response.. Could u possibly guide me to a solution for this post also Thanks for your time and help Rashid Khan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merge cells from all worksheets into a master worksheet | Excel Discussion (Misc queries) | |||
Can you extract URL values from a list of cells? | Excel Worksheet Functions | |||
Macro to Extract Values from Master.xls to Report.xls | Excel Programming | |||
how to extract only values from an Excel worksheet? | Excel Worksheet Functions | |||
Extract unique values from worksheet into form | Excel Programming |