I am new to VBA. I can't watch excel at all times. I need to get email notifications automatically from excel. I need VBA codes.
If cell value = "Buy" in Column Index AR, then automatically send email select rows subject = Scrip Name in Column Index C space Buy space High Break amount in Column Index AP and body message = Buy Notification at current time.
If cell value = "Sell" in Column Index AS, then automatically send email select rows subject = Scrip Name in Column Index C space Sell space Low Break amount in Column Index AQ and body message = Sell Notification at current time.
If cell value = "Buy" in Column Index AR, then automatically send email select rows subject = Scrip Name in Column Index C space Buy space High Break amount in Column Index AP and body message = Buy Notification at current time.
If cell value = "Sell" in Column Index AS, then automatically send email select rows subject = Scrip Name in Column Index C space Sell space Low Break amount in Column Index AQ and body message = Sell Notification at current time.