mbevents

  1. A

    Textbox Not Taking "Focus"

    Considering this code: Private Sub tb_r1_sru_BeforeUpdate(ByVal CANCEL As MSForms.ReturnBoolean) 'Stop On Error GoTo badtime Me.tb_r1_sru.Value = format(Me.tb_r1_sru.Value, "h:mm AM/PM") sru1 = CDate(tb_r1_sru.Value) chk1 = sru1 time_range1 chk1 mbevents = false...
  2. A

    Can A Control Have More Than 1 Event Trigger?

    OK, here's my situation as I continue to learn Excel VBA. Similar to a question I posted earlier this week that I thought I could adpat, but the circumstances are a bit different. I have a userform (userform1) with a combobox (uf1cbx2_eqt). The user may select any one of the 8 values in the...
  3. A

    Unable To Trigger Control Change Events After Control Initially Changed

    I've run into a snag in my Excel VBA project. In my userform (userform1), I am using a combination of 4 combo boxes (uf1cb_hrstart, uf1cb_minstart, uf1cb_hrend, and uf1cb_minend) to allow the user to select hr and minute values for both start and end times. Upon userform1 initialization these...
  4. A

    Userform Controls - Problem suspending textbox change routines

    I have run into a problem with my userform control triggers. Consider the code below and this particular scenario. I have a userform, with two textboxes (cu2_start, cu2_end) in which the user may enter a time. Here is the control change code for 'cu2_start': Private Sub...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top