brng

  1. S

    VBA Code Help

    I have a list of 324 sets of data in columns that are identical in size I tried using Record Macro then changing a few lines of code but received errors on a few lines of code. The new lines of code are for adjusted cell columns, Range(aRng & Range("AXO2").Value & ":" & aRng &...
  2. H

    Range not getting in Intersect

    I'm not getting the uRng in the Intersect without an error. The error is 1004: Method Range of object_Worksheet failed. This is the code I want to use (it is for making a time in an excel cell without using the : character): <code style="margin: 0px; padding: 0px; border: 0px; font-family...
  3. S

    how to combine two and more worksheet calculate event

    Private Sub Worksheet_Calculate() Dim aRng As Range Dim aCell As Range Set aRng = Range("AE9:AE92") For Each aCell In aRng If aCell.Value = "Yes" Then Call HitIt Exit Sub End If Next For Each aCell In aRng If aCell.Value = "No" Then Call HitIt Exit Sub End If Next End Sub Private Sub...

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