I am new to VBA, I have an excel sheet that contains data on stocks.
- column A - stock ticker
- column B - stock name
- column C - "the variable number",the number that changes all the time.
When the number in column C is between [-4;4], then a message box should pop up showing the stock ticker in column A & the name in column B, with the number in column C.
For example, if at this moment, Google value in column C is -1, then the message box will show: Google Alphabet Inc -1 [in this example: Googl(column A)、Alphabet Inc(column B), -1 (the change value is column C).
Please help me out, thank you so much!