required fields

  1. I

    Required text box with Save Button on form

    Hi, I have a data entry form with a save button - I am wanting to check that the text box has a value before submitting to table. Private Sub btn_save_Click() Dim strSQL As String Dim DB As DAO.Database Dim RS As DAO.Recordset Dim ctl As Control...
  2. T

    Required Field

    I have the following code in a button and would like to add the code to check for required fields on the spreadsheet before it sends the email and to not send unless all the required fields are required, but not sure where to put it in this code - Thank you!: Sub Email2() ' Keyboard Shortcut...
  3. A

    Help please, VBA userform, MsgBox() ?

    Hello. I have a userform that I use to introduce some data on Excel. Most of the data must be filled (that are textbox that the verifications dont need the information to do the calculations), because if they are not filled the rest of the Worksheet cant do the verifications that I need...
  4. W

    Require Cell Entry before saving

    (Excel 2007) I have a workbook with several sheets with cells that require user input. Some fields are not that important, but others are very critical. All the critical fields say 'Required', but I still get people returning the workbook with no entry in these fields. I need a before-save macro...
  5. J

    Re: Email Code needs a LITTLE Tweaking. Help PLEASE.

    Re: Email Code needs a LITTLE Tweaking. Help PLEASE. I'm using more or less the same email button code as Mister H in his thread, borrowed and slightly modified to suit my needs. What I'm trying to do now is get the same button-click to ensure all "required fields" are filled in prior to...
  6. F

    Help with Required fields userform

    Hello: I am using a userform which requires a user to enter data into a sheet, but if they skip a field they get a message requiring the data. Yet, when I run the code, it works, but if I click a button, it gives the message as well. See my code below. I am messing up somewhere. I want it...

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