B
Bob Kilmer
Do the Copy on one line, then then PasteSpecial.
Windows("TEMP.XLS").Sheets("Sheet1").Range"B3").Copy
Windows("ORIG.XLS").Sheets("Sheet1").Range"B3").PasteSpecial (xlPasteAll)
should work.
Windows("TEMP.XLS").Sheets("Sheet1").Range"B3").Copy
Windows("ORIG.XLS").Sheets("Sheet1").Range"B3").PasteSpecial (xlPasteAll)
should work.