DTechDonna
Instructor
I have prepared a multipage UserForm in Word 2007 using the tools in VBA. What I would like to do is this. On one tab are numbers representing costs. The costs cannot exceed $5,000. There are two boxes that need to be looked at with the user's entries added together to determine if they exceed $5,000. If the entries are over $5,000, I want the user to have a 'stop message' when they click the Next Button. I know how to do the Stop Message. I do not know how to program the Add values of the text boxes and check to see if they are greater than $5,000. I could really use some help please. The sum of the two boxes does not need to appear anywhere. By the way, the results of the UserForm eventually get dumped into a Word document via variables and bookmarks. Thank you for taking a stab at this. I'm stuck. -Donna