That line of code should end where the comma is. Are you trying to format the Cand_PhoneNo.Value? If so, try:

.Range("I" & idx).Value = Format(Cand_PhoneNo.Value, "(###) ###-####")