J
Jake
When running code that copies one named range from a workbook to a named
range in another workbook I get this run time error saying Select Method of
Range Class failed. If i copy the range manually i get the message: "A
formula or sheet you want to move or copy contains the name
'WPCodeDescription', which already exists on the destinatin sheet. Do you
want to use this version of the name?" Here is the code that causes the
error:
Workbooks(WkbPrevious).Worksheets(CStr(Cell)).Range("WPCodeDescription").Copy
Workbooks(wkb).Worksheets(CStr(Cell)).Range("WPCodeDescription").PasteSpecial
xlPasteValues
thanks for any help,
Jake
range in another workbook I get this run time error saying Select Method of
Range Class failed. If i copy the range manually i get the message: "A
formula or sheet you want to move or copy contains the name
'WPCodeDescription', which already exists on the destinatin sheet. Do you
want to use this version of the name?" Here is the code that causes the
error:
Workbooks(WkbPrevious).Worksheets(CStr(Cell)).Range("WPCodeDescription").Copy
Workbooks(wkb).Worksheets(CStr(Cell)).Range("WPCodeDescription").PasteSpecial
xlPasteValues
thanks for any help,
Jake