All I want to do is copy two columns from one workbook to another. Here's the line that's giving me trouble:
It says "copy method of range class failed". why can't I copy/paste??
Code:
Workbooks(File_String).Worksheets("current_product_mgr_res_nophone").Columns("A:B").Copy Workbooks("Resume_Test_Final_Revisedv3.xlsm").Worksheets("Prod_Mgr_Res_NoPhone").Cells(4, col)
It says "copy method of range class failed". why can't I copy/paste??