Thread
:
Delete Rows Cut
View Single Post
#
2
Posted to microsoft.public.excel.programming
Shawn O'Donnell
external usenet poster
Posts: 42
Delete Rows Cut
Cells(lngX, 1).EntireRow.Cut _
Destination:=Sheets(FUTURE.Name).Range("A65536").E nd(xlUp).Offset(1, 0)
Rows(lngX).Delete
Reply With Quote
Shawn O'Donnell
View Public Profile
Find all posts by Shawn O'Donnell