Thread: Macro issue
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
CaptainQuattro[_2_] CaptainQuattro[_2_] is offline
external usenet poster
 
Posts: 1
Default Macro issue


Try this:


Sub Unbroken()

Selection.EntireRow.Insert
ActiveCell.Offset(1, 0).Copy
ActiveCell.PasteSpecial


End Su

--
CaptainQuattr
-----------------------------------------------------------------------
CaptainQuattro's Profile: http://www.excelforum.com/member.php...fo&userid=3276
View this thread: http://www.excelforum.com/showthread.php?threadid=54494