Hello all: The below Code works fine if your copying and running from the same worksheet that you are copying from, but what can I add to run the (code on one Sheet1 and have it copy the data on Sheet 2)? Have tried
Sheets("Sheet2").Range("E17").Selection , Selection.End(xlUp).Copy, but missing something. Thanks Dan
Range("E17").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
Sheets("Sheet2").Range("E17").Selection , Selection.End(xlUp).Copy, but missing something. Thanks Dan
Range("E17").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy