• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

My Online Training Hub

Learn Dashboards, Excel, Power BI, Power Query, Power Pivot

  • Courses
  • Pricing
    • Free Courses
    • Power BI Course
    • Excel Power Query Course
    • Power Pivot and DAX Course
    • Excel Dashboard Course
    • Excel PivotTable Course – Quick Start
    • Advanced Excel Formulas Course
    • Excel Expert Advanced Excel Training
    • Excel Tables Course
    • Excel, Word, Outlook
    • Financial Modelling Course
    • Excel PivotTable Course
    • Excel for Customer Service Professionals
    • Excel for Operations Management Course
    • Excel for Decision Making Under Uncertainty Course
    • Excel for Finance Course
    • Excel Analysis ToolPak Course
    • Multi-User Pricing
  • Resources
    • Free Downloads
    • Excel Functions Explained
    • Excel Formulas
    • Excel Add-ins
    • IF Function
      • Excel IF Statement Explained
      • Excel IF AND OR Functions
      • IF Formula Builder
    • Time & Dates in Excel
      • Excel Date & Time
      • Calculating Time in Excel
      • Excel Time Calculation Tricks
      • Excel Date and Time Formatting
    • Excel Keyboard Shortcuts
    • Excel Custom Number Format Guide
    • Pivot Tables Guide
    • VLOOKUP Guide
    • ALT Codes
    • Excel VBA & Macros
    • Excel User Forms
    • VBA String Functions
  • Members
    • Login
  • Blog
  • Excel Webinars
  • Excel Forum
    • Register as Forum Member
  • Login

Validating the Textbox value between min & max textbox value with If condition |VBA & Macros|Excel Forum|My Online Training Hub

You are here: Home / Validating the Textbox value between min & max textbox value with If condition |VBA & Macros|Excel Forum|My Online Training Hub
Avatar
sp_LogInOut Log In sp_Registration Register
sp_Search Search
Advanced Search
Search
Forum Scope




Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Search Search
sp_RankInfo
Lost password?
sp_CrumbsHome HomeExcel ForumVBA & MacrosValidating the Textbox value betwee…
sp_PrintTopic sp_TopicIcon
Validating the Textbox value between min & max textbox value with If condition
Avatar
Dilip Kumar

Active Member
Members
Level 0
Forum Posts: 3
Member Since:
December 17, 2020
sp_UserOfflineSmall Offline
1
December 17, 2020 - 10:47 pm
sp_Permalink sp_Print sp_EditHistory

Hi, am new to this forum need support on the below.

In User form Textbox A is the Data Input text. Textbox Min is the minimum value & Textbox Max is the maximum value.

I need to Validate Textbox A with Textbox Min & Textbox Max as below.

 

Private Sub txtW_1_BeforeUpdate(ByVal Cancel As MSForms.ReturnBoolean)
If Val(Textbox A) < Val(Textbox Min) Or Val(Textbox A) > Val(Textbox Max) Then

Textbox A.BackColor = vbRed
Dim strupdate
strupdate = MsgBox("Do you want to Re-Inspect and input the Dimension data again", vbYesNo, "Dimension Out of Spec")
If strupdate = vbNo Then
Textbox A.Backcolor = vbRed
Me.Textbox A.Enabled = False
Me.Textbox B.Enabled = True
Me.Textbox B.setfocus
Else
Me.Textbox A.Enabled = True
Me.Textbox A.Setfocus
Me.Textbox A.Text = " "
End If
End If

End Sub

And i want to loop this code again after user Re-inspect and input the dimension data again.

This Should continue till the User strupdate as VbNo (or) the If Condition met.

Inputs

Username : Any

Machine # : Drop down

ItemCode : 1

 

Thanks & Regards,

Dilipkumar.H

Avatar
Miguel Santos
Member
Members
Level 0
Forum Posts: 80
Member Since:
February 20, 2020
sp_UserOfflineSmall Offline
2
December 19, 2020 - 12:25 am
sp_Permalink sp_Print
Hello everyone,
 
the file attached by you must be corrupted, I can't download it, can you upload it again?
 
 
Miguel,
Avatar
Dilip Kumar

Active Member
Members
Level 0
Forum Posts: 3
Member Since:
December 17, 2020
sp_UserOfflineSmall Offline
3
December 21, 2020 - 5:40 pm
sp_Permalink sp_Print

Hi,

 

Find the file attached

 

Dilipkumar.H

sp_Feed
Go to top
Forum Timezone: Australia/Brisbane
Most Users Ever Online: 245
Currently Online: Philip Treacy, Susan VanRiper, Nicholas Meyer, QSolutions Group
Guest(s) 9
Currently Browsing this Page:
1 Guest(s)
Top Posters:
SunnyKow: 1432
Anders Sehlstedt: 880
Purfleet: 414
Frans Visser: 346
David_Ng: 306
lea cohen: 237
Jessica Stewart: 219
A.Maurizio: 213
Aye Mu: 201
jaryszek: 183
Newest Members:
Herbie Key
Trevor Pindling
Stevan Kanjo
Erin Sheldon
Nikita Bhatia
Sheilah Taylor
Clare Webber
David Jenssen
Dominic Brosnahan
Young You
Forum Stats:
Groups: 3
Forums: 24
Topics: 6526
Posts: 28576

 

Member Stats:
Guest Posters: 49
Members: 32809
Moderators: 2
Admins: 4
Administrators: Mynda Treacy, Philip Treacy, Catalin Bombea, FT
Moderators: Velouria, Riny van Eekelen
© Simple:Press —sp_Information

Sidebar

Blog Categories

  • Excel
  • Excel Charts
  • Excel Dashboard
  • Excel Formulas
  • Excel Office Scripts
  • Excel PivotTables
  • Excel Shortcuts
  • Excel VBA
  • General Tips
  • Online Training
  • Outlook
  • Power Apps
  • Power Automate
  • Power BI
  • Power Pivot
  • Power Query
microsoft mvp logo
trustpilot excellent rating
Secured by Sucuri Badge
MyOnlineTrainingHub on YouTube Mynda Treacy on Linked In Mynda Treacy on Instagram Mynda Treacy on Twitter Mynda Treacy on Pinterest MyOnlineTrainingHub on Facebook

Sign up to our newsletter and join over 400,000
others who learn Excel and Power BI with us.

 

Company

  • About My Online Training Hub
  • Disclosure Statement
  • Frequently Asked Questions
  • Guarantee
  • Privacy Policy
  • Terms & Conditions
  • Testimonials
  • Become an Affiliate
  • Sponsor Our Newsletter

Support

  • Contact
  • Forum
  • Helpdesk - For Technical Issues

Copyright © 2023 · My Online Training Hub · All Rights Reserved. Microsoft and the Microsoft Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Product names, logos, brands, and other trademarks featured or referred to within this website are the property of their respective trademark holders.