M
msdrolf
Each row in my source worrksheet has data to be entered into many destination
worksheets. I have tried the following:
Windows(Source).Activate
Range(row, 2).Select
Selection.Copy
Windows(dept & ".xls").Activate
Worksheets("Info").Activate
Range("C3").Select
ActiveSheet.Paste
My problem is that the "Range(row,2).select" command does not work. Can
someone provide me with a command line which would work. Thanks
worksheets. I have tried the following:
Windows(Source).Activate
Range(row, 2).Select
Selection.Copy
Windows(dept & ".xls").Activate
Worksheets("Info").Activate
Range("C3").Select
ActiveSheet.Paste
My problem is that the "Range(row,2).select" command does not work. Can
someone provide me with a command line which would work. Thanks