Popup Message When Criteria is Met on Multiple Worksheet

vstr

New Member
Joined
Feb 15, 2023
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I am new in this VBA coding, I hope some of you VBA experts can help me.

I have an excel workbook with 2 sheets ("Plan" and "Req")

I am trying to get a message box to pop up to notify me when I change each value on Plan Qty collumn (is higher than Req Qty).

In my spreadsheet, the Plan Qty is on "Plan Sheet" in column C and the Req Qty is on "Req Sheet" in collumn C.

Thanks in advance for any help
 

Attachments

  • Excel1.png
    Excel1.png
    42.1 KB · Views: 9
  • Excel2.png
    Excel2.png
    37.9 KB · Views: 9

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Instead of Popup Message would you prefer a using the Waring Message on DV. Try this in your DV for you Plan Sheet

Mrexcel.xlsm
ABC
2NoTypePlan Qty
31LMXEC4
42LMXEC6
53LXEC2013345
64NXLMX12
Plan
Cells with Data Validation
CellAllowCriteria
C3:C6Custom=INDEX(Req!$C$3:$C$6,MATCH(B3,Req!$B$3:$B$6,0))<>"-"


Mrexcel.xlsm
ABC
2NoTypePlan Qty
31LMXEC484000
42LMXEC6-
53LXEC206876
64NXLMX129868
Req
 
Upvote 0
It's Worked. I almost gave up on this.

Never tried DV on Excel before, it can be my alternative.

Very thanks to you kind sir.
 
Upvote 0

Forum statistics

Threads
1,215,053
Messages
6,122,888
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top