View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GP GP is offline
external usenet poster
 
Posts: 11
Default Copying data to worksheets in another workbook that will change

I want to create a macro that will copy data from one worksheet to another
worksheet in another workbook. In workbook "A" I have a worksheet named "GP"
with data in cells d41 and d44. I want the macro to copy the value in cell
d44, go to another workbook named "Freight", find the worsheet named the same
as the value in cell d41, go to the first empty row in column A, then paste
the value in that cell.
--
gp