I have an IF _ THEN _, setup and I want to send an email based off these. For example I have a percent if then setup.
If percent < 100 Then MsgBox("Fail")
If percent >= 100 Then MsgBox("Pass")
I'd like to send an email saying either 'Pass' or 'Fail' based off which msgbox is shown.
Any help is greatly appreciated. Thank You.