For some reason my loop is creating duplicate outputs. If anyone can help understand why, I would be grateful
Sub IPutil()
Dim LastRow As Long
Dim LastColumn As Long
Dim StartCell As Range
Dim frow, lrow, fcol, lcol As Integer
Dim rng, MyCell As Range
Dim sh1, sh2, sh3 As Worksheet
Set sh1...