check values

  1. U

    VBA: Change Font Color Based on Value

    Hi Gurus I found below code for changing the negative number in red. = = = = = Sub One_Way() Dim c As Range For Each c In Selection If c.Value < 0 Then c.Font.Color = vbRed Next c End Sub Source: VBA code to make negative numbers red and positive numbers black = = = = =...
  2. E

    Check for certain values and make a new

    Hello all VB Members, I should need help with a code, The thing is I have got a workbook that contains two sheets “Statistics” and “Prices” and I need a function that check for certain values. For each Row in Sheet “Statistics” Check the values in each row for Column H and I and J Example...
  3. A

    Need help with If statment, reading Cell Values.

    Hello, What I want is for when a number in the column passes a value that I have set, a message will be sent to me. The code that I have to send me a message is working its just not reading the values that I have in my columns correctly and sending me to many messages even when I have nothing...
  4. A

    userform check if value is already in sheet

    Hi I have created a userform with a lot of textboxes and comboboxes. The userform is used to populate a worksheet with information. When the user clicks the "Save" button all data is saved in the next empty row. Before data is saved I want to check if the value in textbox1 is already there -...

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