vba - NumericUpDown error message -


I am a newbie for visual basic and I have a question which is expected to be the simple answer. I have two NumericUpDown buttons and I need to show an error message if the second one is larger than the first (IE "value of the second numericcutdown value should be equal to or greater than the value of the first Numeric down ").

I know that the second part will be

  MessageBox How do I tell the visual basic to show only this error message when the circumstances are there?  

P>

Compare just two values, And show your message when the second message is low.

  If the numeric UPDown2.Value  

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -