I get an error (runtime-error '6': overflow every time the following code is executed. Could someone tell me what the problem is?
Dim LastRow As Integer
LastRow = sheets("database"
.Range("A3"
.End(xlDown).Row
sheets("TEMPDB"
.Range("a3:AI3"
.Copy Destination:= _
sheets("database"
.Range("A" & LastRow + 1)
Thanks
Dim LastRow As Integer
LastRow = sheets("database"
sheets("TEMPDB"
sheets("database"
Thanks