target.offset0

  1. K

    Join multiple VBA code in to single code / run multi cell checks to show last updated date

    Hi I have the following VBA code against sheet 1 and this is working on a single column D4:D100. But now i need to track the date a change to any cell within 4 different columns independently, I can not get this to work. Can anyone help please? I assume I have joined / linked the code...
  2. B

    Unable to Lock Cells when combined with an other intruction

    Hi, I have working code to Lock/Unlock a range of cells based on a DropDown selection ("PASSTHRU") of another cell. When I ADD a line to BLANK each cell (using ="") prior to Locking, I get the error: "Run-time error 1004 Unable to set locked property of the range class" Any ideas? Private...
  3. L

    VBA to clear value of Dependent drop downs when selection changes in parent drop down

    hi, i have the below code to clear value of Dependent drop downs (C13:C22) when selection changes in parent drop downs(B12:B22) but i have an issue. i have rows with some data above B13 and when there is a change in the any of cell between B1 to B12 the corresponding column values are also...
  4. C

    Clear specified range of cells if a specific cell value is changed

    Hi all, I have a piece of code below which clears of a given row in column J if a cell in the same row in columns G, H or I is changed. Private Sub Worksheet_Change(ByVal Target As Range) On Error Resume Next If Target.Validation.Type = 3 Then Application.EnableEvents =...
  5. R

    VBA - Making the double click event unique

    Hi All, I run the following code to capture the current time in certain fields. All that the user does is double clicks a cell to enter the current time. However, if they in error click the field again, then it overwrites the captured time with the current time. Is it possible to exit the...
  6. F

    Shapes in cells

    So I have this code that first deletes any old shapes (if any) then inserts new shape after. this code was not made by me and i'm having some troubles improving it.. originally it work like this: cell G27 has a dropdown list and shape gets inserted into cell f27 , Im trying to get remake the...

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