I have 2 worksheets
One is Named “GN15â€
Two is Named “TempTableâ€
On Sheet “GN15†- I need to simply click a command button in cell W28 and
copy A28:V28 and then
Go To Sheet “TempTable†and paste to the first blank row available.
I tried several scenarios and nothing work and I am running out time on this
project.
Any help would greatly be appreciated.
Private Sub cmdGN15Data1_Click()
Range("A28:v28").Copy
Worksheets("TempTable").Activate
End Sub
--
ca1358
Bookmarks