I'm building a userform in Excel using VBA, and I want to implement data validation for a textbox. How can I ensure that users enter only numeric values and display an error message if they input non-numeric characters? Additionally, is there a way to limit the range of acceptable values?