clearing

  1. D

    Clear cells based on a cell having the same value as cell in a table column range

    Hello, I wanted to know if there was a way to clear cells based on a cell having the same value as cell in a table column range. For example, say we are working with table1, A1:C150, A has names, B has extensions, and C has computer names. If an extension in range B1:150 is the same as D1, B30...
  2. I

    Tables question if i may ask

    Hi, I am sorting out my tables but i notice i have 3 entries of which are related & need some advice. My worksheet has the following. Columns range AI2:AI236 AJ2:AJ236 AK2:AK236 The colums have headers AI = COUNTRY AJ = ITAS AK = ISF When i click any header then look top left of screen i see...
  3. M

    ComboBox Help - Drop down options disappear/reset after clicking an option in my combobox

    I have a combo box on a userform that is connected with a formula. It's similar to an autocomplete combo box. Anyways, I have my program working fairly smoothly except for the fact that after it narrowing down my search, I will click on SOME options and it clears itself and it wants me to type...
  4. A

    How to stop a userform from automatically clearing a textbox

    Hi there, I am having an odd issue with my userform. I have one textbox coded TextBox_UniqueReference3 that appears to be automatically clearing its value when I click the add command button on my userform. This is an issue because I have programmed a vlookup on TextBox_UniqueReference3.value...
  5. azizrasul

    Clearing a Cell of an incorrect date

    I don't want to use VBA as this will make it a xlsm file which can be rejected when it enters the company's email system. I have date validated a cell so that only a current or greater date can be entered. However when an incorrect date is entered, a message appears but the incorrect date...
  6. H

    Data Content & Format Clearing via Vba

    Hello....I need some solution on clearing the data with contents along with format... assume I have headers in Row 4 and want to clear the data from 5th row on wards every time when I run the macro....can anyone help me...below code I created but not working ..its clearing the header when I...
  7. gheyman

    What does this code do?

    Range(Cells(6, 1), Cells(200, 4)).ClearContents I understand its clearing contents. I don't understand the Range/Cells
  8. M

    Clearing selected Range

    I am using the code below to clear cells when I run Macro. The problem my sheet is very long for example. I am clearing every 4 cell in column C starting at C5 and finishing at C1653. Is there a quicker way of doing this code? Sub Clearrange(sRange As String, sWorksheet As String)...
  9. J

    Clearing Custom Filter Before Selecting

    Running Excel 365 Pro Plus. Have a table with approximately 100,000 rows with duplicate entries. Have been using conditional formatting and custom filter to identify and sort these entries. Takes 20-30 minutes to run. However, when I want to use the custom filter for another task, as soon as...
  10. A

    Clearing Check Boxes in Protected Worksheet

    I have a protected worksheet with unlocked cells and a small section of check boxes. I have a "clear form" button that clears the unlocked cells however, it does not clear the check boxes. What can I add to the code below that will clear the check boxes too? Sub ClearUnlockedCells()...
  11. kelly mort

    VBA select case

    Hello All, I have this code for clearing data from certain range of some sheets in my workbook. What I want the case statement to do is to pick sheets that I want to exclude from the clearing. Sub ClearRange() Dim Wsheet As Worksheet For Each Wsheet In Worksheets Select Case...

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