Hi, it would be most appreciated if someone could help me with this problem
With the following code there are to dynamic cell values AJ30 and AL30.
With each dynamic value there are upper and lower limits. AJ30 is one changeable value with AJ29 as its upper limit and AJ31 as its lower limit.
The same is for AL30 as the changeable value with AL29 as the Lower limit and AL31 as its upper limit.
What I would like to happen is, when both changeable values are within their respective limits to display a passed message, if either one or both are outside its limits then I would like to display a failed message with an option to retry or cancel.
If retry is selected I would like it to continue looping until a pass criteria is met. If Cancel is selected then I would like to close the active workbook.
What its actually doing is giving the passed message even if one of the changeable values is outside of the limits.
This is what I have so far: -
Any help would be appreciated,
Thanks in advance
Bookmarks