View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gyros gyros is offline
external usenet poster
 
Posts: 1
Default Runtime error 1004


This is not working, need help!
It blocks on Selection.Insert shift:=xlDown with error "Methode
insert of range failed" (I translated the message from dutch so the
syntax might be different)


Sheets(Array("planning", "invulblad")).Select
Sheets("planning").Activate
ActiveCell.Offset(1, 0).Rows("1:1").EntireRow.Select
Selection.Copy
ActiveCell.Offset(1, 0).Rows("1:1").EntireRow.Select
Selection.Insert shift:=xlDown
Range("A9").Select
Sheets("planning").Select
End Sub


Help will be great!


--
gyros
------------------------------------------------------------------------
gyros's Profile: http://www.excelforum.com/member.php...o&userid=32955
View this thread: http://www.excelforum.com/showthread...hreadid=527785