View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default selecting the last non blank row.

Hi
try
Range("A65536").End(xlUp).Select
Selection.entirerow.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks:=False, Transpose:=False
Application.CutCopyMode = False

--
Regards
Frank Kabel
Frankfurt, Germany


Thanks.

Is there a way to copy and paste the whole row instead of only one
column?


---
Message posted from http://www.ExcelForum.com/