Thread: Copy Cell Above
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nicke[_17_] Nicke[_17_] is offline
external usenet poster
 
Posts: 1
Default Copy Cell Above


ActiveCell.Offset(-1).Copy
ActiveCell.PasteSpecial xlPasteAll
Application.CutCopyMode = Fals

--
Nick
-----------------------------------------------------------------------
Nicke's Profile: http://www.excelforum.com/member.php...nfo&userid=293
View this thread: http://www.excelforum.com/showthread.php?threadid=27110