i have some code in a workbook created in Excel 2003 when i try to run this in Excel 2000 i get an error, the particular bit of code that throws the error is in the "pastespecial" method. the code i have is
i am assuming that "xlPasteValuesAndNumberFormats" is not supprorted in 2000 how can i get this to work in BOTH versions?
Cheers, Craig
Si fractum non sit, noli id reficere
Code:
Selection.PasteSpecial Paste:=xlPasteValuesAndNumberFormats, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
Cheers, Craig
Si fractum non sit, noli id reficere