I'm baffled...
Both customer and I are on Excel 32bit. I am on 64bit Win7, customer is on 32bit.
Taking an excerpt of the code:
Private Sub Worksheet_Change(ByVal Target As Range)
Dim rngTarget As Excel.Range
Dim rngCell As Excel.Range
Set rngTarget = Target.Resize(1, 1)...