VBA code to show Message Box popup if the formula in the target cell exceeds a certain value
- 阅读更多 关于 VBA code to show Message Box popup if the formula in the target cell exceeds a certain value
问题 I am trying to write a simple macro to display a pop-up (vbOKOnly) if the value in a cell exceeds a certain value. I basically have a worksheet with products and discounts. I have a formula in one cell, say A1, that shows the discount as a percent (50% or .5) effective discount of all the entries. What I'm looking for is code to display a message box if the value of cell A1 exceeds say 50%, because the input of another cell pushed the discount over 50%. Thanks! 回答1: You could add the