Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi experts
Thanks in advance for your help. I have two files - "Tool" and "MasterFile". I need to pick up 3 columns (how many ever populated rows are there) from Sheet 1 in the file called "MasterFile" (Columns I, J and M) and paste them in the "RawData" sheet of the file named "Tool". I tried looking at the groups for possible solutions but could not find a solution. Also I want this action (macro) to be run from the file named "Tool". Best Regards Prasad |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would think that if you recorded a macro when you copied and pasted, then your
macro would be pretty close to done. EE wrote: Hi experts Thanks in advance for your help. I have two files - "Tool" and "MasterFile". I need to pick up 3 columns (how many ever populated rows are there) from Sheet 1 in the file called "MasterFile" (Columns I, J and M) and paste them in the "RawData" sheet of the file named "Tool". I tried looking at the groups for possible solutions but could not find a solution. Also I want this action (macro) to be run from the file named "Tool". Best Regards Prasad -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See Ron de Bruin's site
http://www.rondebruin.nl/tips.htm Browse through the section on Copy/Paste/Merge examples Gord Dibben MS Excel MVP On Wed, 15 Aug 2007 23:53:50 -0000, EE wrote: Hi experts Thanks in advance for your help. I have two files - "Tool" and "MasterFile". I need to pick up 3 columns (how many ever populated rows are there) from Sheet 1 in the file called "MasterFile" (Columns I, J and M) and paste them in the "RawData" sheet of the file named "Tool". I tried looking at the groups for possible solutions but could not find a solution. Also I want this action (macro) to be run from the file named "Tool". Best Regards Prasad |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
1.Open workbook. 2 copy data. 3 replace data. 4 save workbook. | Excel Programming | |||
loop through a column on a workbook copying data on each row to another workbook, then copy data back to the original workbook | Excel Programming | |||
Copy Data from Workbook into specific Worksheet in other Workbook? | Excel Discussion (Misc queries) | |||
Import/Copy some data from one workbook to a similar workbook | Excel Programming | |||
Selecting data from 1 workbook to copy and paste to a 2nd workbook | Excel Programming |