Hello, I'm fairly new to VBA and was given the task to disable the save function in EPM in accordance with when the Range C27's member property does not equal LOB_400
I have two codes...
Function BEFORE_SAVE()
If Range("A14").Value <> "LOB_400" Then
BEFORE_SAVE = False...