I have this code but the problem is I don't understand what they mean by 'duplicate declaration in current scope and how to fix it
Sheets("tran1").Select
Rows("2:2").Select
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Dim dentry As Long
Range("tran1!a2").Value =...