I’m a novice VBA user and have been asked to write a macro that will automatically send an Outlook 98 e-mail message to a specific inside sales rep if a quote amount exceeds a specific dollar amount. I’m not sure how to proceed with writing this macro. Would it make more sense to:
1 – have a hidden IF statement in each row that, if the quote amount criteria is met or exceeded, would launch the macro to send the e-mail message (if this is possible, what command would launch the macro?); or
2 – have the macro run each time a new row is entered or information in a row is changed that would compare the quote amount to the criteria and, if the criteria is met or exceeded, have the e-mail message sent.
Any help you can give me on how to write this macro would be greatly appreciated.