O
Olly
How can I use a worksheet but change to it on the display?
Sheets("Order Input Forum").Select
Range("A13").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("Order Records").Select
Range("C4").Select
ActiveSheet.Paste
Using this code how can I use the worksheets without jumping between
them on the display?
Thanks,
Olly
Sheets("Order Input Forum").Select
Range("A13").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("Order Records").Select
Range("C4").Select
ActiveSheet.Paste
Using this code how can I use the worksheets without jumping between
them on the display?
Thanks,
Olly