Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) Cancel = True CurRow = ActiveCell.Row Range("A" & CurRow & ":E" & CurRow).Copy Worksheets("Sheet4").Range("A65536").End(xlUp).Row <<< Error here!! End Sub Why, please !! |