Hi folks, this must be a super simple answer, but my Google-fu is utterly failing me. I have the following module in a workbook hosted on a Sharepoint server (Office 2010,2013,2016 users access the file)
Public Function DelParens(ByVal str As String) As String
While InStr(str, "(") > 0 And...