Hello,
I'm a total newbie when it comes to VBA. I've created an ActiveX Control button with the following code:
Private Sub Save_Changes_Click()
Dim findRow As Long
findRow = Application.WorksheetFunction.Match(Range("C3"), ThisWorkbook.Sheets("Patient table").Range("A:A"), 0)...