Thanks Steve,
I tried this code, and replaced 'MyBook' with the correct path to the
workbook I am working on.
I still get the same error as before, which is 'subscript out of range'.
I am getting it on these three lines:
Set rng1 =
Workbooks("C:\InvControl.xls").Worksheets("Venture ").Range("A10:A60")
Set rng2 = Workbooks("C:\VRMList.xls").Worksheets("VRM BY
NUMBER").Range("B3:C140")
Set rng3 = Workbooks("C:\VRMList.xls").Worksheets("VRM BY
NUMBER").Range("B:B")
Thanks,
Rich
*** Sent via Developersdex
http://www.developersdex.com ***