Jump to content

cursong

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

About cursong

Personal Information

  • Location
    Burnley and Barnoldswick
  1. When trying to run the following piece of code I get a runtime '1004' error, select method of range class failed. I am trying to copy a selection of data from one sheet to anoher sheet and then moe the row down. The code I have is as follows: Range("c33:d33").Select Selection.Copy Sheets("examples2").Select Range("B3:C3").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Application.CutCopyMode = False Selection.Insert Shift:=xlDown It keeps falling over at the section in bold, if anyone has any answers, much appreciated thanks. Have looked fro other solutions on other websites but doesnt seem to help.
×
×
  • Create New...