Good afternoon (or other time of the day, depending on where you are)
I have a spreadsheet with a macro in it that gets called with the following condition
Set target = Range("E2")
If target.Value = "TRUE"
Call SubmitRequest02
End If
So what I want to do is Call SubmitRequest02 only with...