decrement

  1. I

    Quick solution for 400 increment macro's with VBA?

    Hello community, Excel/macro noob here. I have a question. currently i am working on a 'barman list' in excel where the barman can click the + and the - to increment or decrement a value. For examle, "john" orders a drink, the barman clicks the + button behind his name and a 1 will appear. I...
  2. S

    How to decrement row component of range variable

    I have the following code in Excel 2010: Option Explicit Dim active_row As Range Private Sub CommandButton1_Click() Set active_row = Sheets("active").Range("A2:L2") active_row.Interior.Color = RGB(0, 255, 0) End Sub Private Sub CommandButton2_Click() active_row.Interior.Color = RGB(255...
  3. T

    Incrament a different cell with a macro.

    I'm working on an inventory spreadsheet where the item's names are listed in column A, their ID number in column B, and the current number in inventory in column C. I have macro buttons for incrementing and decrementing the values in column C, but they only work when the cell in column C is...
  4. R

    Simultaneous while decrement (yep I searched)

    We have about 200 rows of data. Each row is a day. Column A values come from other formulas on that row. Column A values range from 0 to 20 Each new entry in column A contributes "1" to the total in column B for each row until it (A) has decremented to 0. Each entry in column A should decline...

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