I have following code:
With Application.ActiveWorkbook.Sheets("Requests").Cells(4, 4)
.FormulaR1C1 = _
"=COUNTA('\\ad.com\TEAMS\TOOL_ADMIN\04_Requests\" & "[" & xFile.name & "]Request form'!C1)-5"
.Copy
.PasteSpecial xlPasteValues
End With
How can I change...