validation check

  1. T

    Data Validation Check on \Column Ranges

    Hi I have an excel macro enable spreadsheet, that exports the contents into a text file. It has three columns in the xls that is used to capture amounts with two decimal places and these are formatted as text fields. When the macro runs it left pads the amount columns with zeroes to get a 16...
  2. kungfauxn00b

    Cell validation (IsEmpty) and returning MsgBox

    Hey guys and gals, I have the following code which checks multiple ranges for blank values and returns a MsgBox for each cell when IsEmpty = TRUE Sub Check_Event_Form() Dim cell As Range For Each cell In Range("D10,D14,D18,D28,D41,D44,D46,D48,D53,D56,D73,AH73") If...
  3. T

    How to export missing numbers into a separate worksheet

    Here is some code that highlights any missing for any missing numbers in column A. 'Finding missing report numbers Dim inc As Integer Dim inc2 As Integer Set myrng = Range("A2:A10000") myrng.Interior.ColorIndex = xlNone Set myrng = Range("A3:A10000") clr = 3 inc = Range("A2").Value...
  4. S

    Unable to reference a dynamic range in VBA

    Hello all, I'm working on a userform and am setting up some insurance the users enter the required data. I have a three text boxes: tbMaterial, tbQty and tbCost. There is a index match function for tbMaterials that fills in the cost if its a material we already have the price for. If we do not...
  5. R

    data validation

    Dear Experts I have done data validation such that A2 + A3 should be equal to A1. A1 = 100 A2 = 50 A3 = 50. I want to change A2 to 40 and A3 to 60. How can I do validation such that it should show error only after entering both values?
  6. J

    Validation Loop Controls - VBA Userform

    I'm writing a portion of data validation for my current userform and I'm struggling to get a loop function to work properly. Currently when running the userform if you miss out a data entry it pops up with a window telling you data is missing and then unloads the userform. I get that I need a...
  7. K

    Validation in UserForm

    Hi, I have 2 sheet in my workbook. The first worksheet "Inventory" contain the incoming stock. The second worksheet "Track Out" will contain the outgoing stock. I have create a userform in my Track Out sheet like this: and my Track Out list will look like this: Here will be my inventory...
  8. C

    Vehicle Number Plate Validation Check

    Hi All, I'm looking for a function which will check if the cell value is a valid UK registration number plate format. True if it is, False if it isn't. I've tried myself and had a look around but am unable to find a solution to my problem. If also possible, if false, to make to necessary...

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