Hi,
I am wondering if it is possible to run a VBA procedure based on the value of a cell, or an automatic cell value change (not user driven).
Option 1: I have a cell that outputs one of two different messages based on a conditional statement. I only want the VBA code to run automatically when a certain value is shown.
Option 2: I enter input information in cells A1, A2, A3 which calculate together to provide a value in cell A5. I would like a VBA code to run when the cell A5 changes.
I am wondering if it is possible to run a VBA procedure based on the value of a cell, or an automatic cell value change (not user driven).
Option 1: I have a cell that outputs one of two different messages based on a conditional statement. I only want the VBA code to run automatically when a certain value is shown.
Option 2: I enter input information in cells A1, A2, A3 which calculate together to provide a value in cell A5. I would like a VBA code to run when the cell A5 changes.