Can you post it?
Never mind - the problem is here:
When x is 1 you're trying to refer to cell C0 which doesn't exist. You need to adjust the logic to whatever fits your layout.![]()
Set oHandler.CellLink = Sheets("Personal Tax").Range("C" & x).Offset(x - 2)
Bookmarks