Hello folks,
Thanks to the help received in response to my previous question, things are progressing well with my code. However, I'm stumped again!!
My client Excel file is a large spreadsheet. Each Row contains a number i.e. z12345 along with a load of other information. My code can now pick up the z-number and compare it with a bunch of smaller server files to find the one(s) with the same z-number in their filename. Now I need to copy data from certain cells in that matched server file into cells in the large client spreadsheet, in the row containing that z-number. The columns are named ranges, so is there any way of specifying e.g. for row containing z12345, range "Summary", copy xyz?? i.e can I use the range as if it were a column to pinpoint a cell I need to copy into?
Example....
Z-number Summary Actions Attendance Cost
z12345 78 86 56 67
z23456 89 69 98 95
z45123
z76124
etc...
Thanks in advance...
Liz
%-)
Thanks to the help received in response to my previous question, things are progressing well with my code. However, I'm stumped again!!
My client Excel file is a large spreadsheet. Each Row contains a number i.e. z12345 along with a load of other information. My code can now pick up the z-number and compare it with a bunch of smaller server files to find the one(s) with the same z-number in their filename. Now I need to copy data from certain cells in that matched server file into cells in the large client spreadsheet, in the row containing that z-number. The columns are named ranges, so is there any way of specifying e.g. for row containing z12345, range "Summary", copy xyz?? i.e can I use the range as if it were a column to pinpoint a cell I need to copy into?
Example....
Z-number Summary Actions Attendance Cost
z12345 78 86 56 67
z23456 89 69 98 95
z45123
z76124
etc...
Thanks in advance...
Liz
%-)