clears

  1. E

    Data Validation Circles Blank Cells Even With 'Ignore Blanks' checked

    I have a large spreadsheet that I have pasted values into from another worksheet (I literally used 'paste values' from the context menu). The sheet I'm pasting into is set up with drop down menus that the data i'm pasting needs to match. I am attempting to us data validation circles to find the...
  2. S

    "Text Box" to enter an answer, and will highlight when matches

    Is it possible to have a spreadsheet, whereby in cells B3:B22 (for example) you have "Hidden" answers, and in A1 you have a text box, you put an answer in, and press enter. If it matches, then it highlights the answer, and clears the cell for the next go. So, in B3:B22 you could have the...
  3. I

    Macro clear cell value & also its code

    I have a worksheet that i use for invoices. Once the invoice is printed i then press a button to run a macro which then clears the values that i have just typed into the cells. The code on the worksheet has just been changed but the macro which clears the cells is still the same. The problem...
  4. E

    Clear cell based on value

    Hi I managed to get some code which found any zeros in range G2:G500 and clear the cell, but now I also need a code that clears the cell beside it in column H. Is that possible? Thanks in advance
  5. Murman01

    ClearContents doesn't always work

    Hi, Using Excel 2016, I have a yearly workbook that is broken in to months, quarters, and year-to-date worksheets. At the start of each fiscal year (April to March), I want to give the user the ability to clear all of their data entries in the entire workbook at the click of a single...
  6. V

    last row from c15 onwards

    Hello all This code clear cells in my worksheet called "Result" In row 15 from column "C:AA" there is a header in each cell If I run this code it clears everything ok but if I run it again it clears the header then every time I run it it starts clearing the row above. I think it has...
  7. E

    Clear Contents, Independent Instances; Separate Worksheet VBA

    Hello. New to the MrExcel. I'm currently building a form that requires separate instances of cells being cleared based on cells from other worksheets changing. Private Sub Worksheet_Change(ByVal Target As Range) 'When E1 changes, E2 clears, and c20, d20 .... j20 all clear. If...
  8. S

    Botton that checks all boxes

    I have a form with about 10 check boxes on it that are ticked when answering the questions. I want a button that someone can press that checks all the boxes at once - i.e. a "yes to all" button. I also want one that clears them all as well. Can anyone suggest how to do this? Thanks :confused:
  9. K

    I have a text box and a check box on userform... how to make one change reflect the other object

    userform activex objects; my code; not working... "object required" error (I have also tried putting "Me." in front of the object names Private Sub chkBOX_Click() ' If CHECKBOX field is checked (Yes), then clear the TEXTBOX field contents: If chkBOX = True Then txtBOX.Value = Null Else End...
  10. M

    Adding warnings to a macro

    Hi I have a macro which clears data from cells A2 to H50,000. However, I would like to add a warning message which asks the user if they're sure they want to proceed with the action. If 'yes' then it proceeds, if 'No,' then nothing happens. My code is below with 'comment' additions of what...

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