Hi
Any ideas How to prevent the Path displaying of the reference of particular sheets in formual of a cell
The following was the original when coding
With ws
.Range("CP" & curRow).Formula=SUMIFS('Sheet7'!S:S,'Sheet7'!A:A,Sheet5!A:A,'Sheet7'!K:K,Sheet5!$CP$1)
End with
when the Worksheet of...