Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-07-2015, 08:30 AM
orozvik@yahoo.com orozvik@yahoo.com is offline UserForm textbox exit event activated with navigation buttons...why?  help? Windows 7 64bit UserForm textbox exit event activated with navigation buttons...why?  help? Office 2010 64bit
Novice
UserForm textbox exit event activated with navigation buttons...why?  help?
 
Join Date: Apr 2015
Posts: 8
orozvik@yahoo.com is on a distinguished road
Unhappy UserForm textbox exit event activated with navigation buttons...why? help?

HI Can anyone offer help on my invoice entry Excel User Form? here is the issue.



I have the following line of code for the cutomer number textbox in the form:
Private Sub txtBillToCust_Exit(ByVal Cancel As MSForms.ReturnBoolean)

'Checks the txtBillToCust field for a blank entry
If txtBillToCust = vbNullString Then
txtBillToCust.BackColor = &HFF&
MsgBox "Please enter the 8-digit Customer Number"
Cancel = True
End If

End Sub

This code will highlight the textbox with red color, prompt the user to enter the custmer number and finally clear the color and return the user to the text box where they can enter the customer number.

However, this code is causing issues with the First, Previous, Next, Last, Save File, Close navigation buttons....as when i click on any of these buttons, they do not function and the customer textbox continues to prompt me for the custmer number as the code above appears to continue.

My guess is that the exit event on the customer textbox is being activated whenever any of the navigation buttons are being depressed. I do not know why this is.

Does anyone know how to correct for this? do i need to add some error handling or other code to the cmdNext, cmdPrevious and other buttons? Or is there something i need to add to the customer textbox exit sub procedure listed above?

any help would be greatly appreciated as i am just dumbfounded at this time.

Thank you in advance.
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't use RTF Textbox in Userform (Word2007) dherr Word VBA 2 03-16-2015 07:50 AM
UserForm textbox exit event activated with navigation buttons...why?  help? Userform VBA Textbox Calculation MarkAn Word VBA 2 08-15-2014 06:50 AM
Hyperlink not activated by footpedal Donone PowerPoint 2 05-05-2014 04:42 AM
UserForm textbox exit event activated with navigation buttons...why?  help? Display result in textbox based on the input of another textbox scarymovie Word VBA 5 05-16-2012 07:05 PM
UserForm textbox exit event activated with navigation buttons...why?  help? Number format in Textbox on userform officeclerk Excel Programming 2 04-17-2012 01:23 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:21 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft