activesheet.rangeb2.value

  1. E

    Excel VBA Help

    Hello all, I was hoping one of the knowledgeable people here might want to lend some wisdom to help me with my macro The below macro does work (I am new to VBA so apologies in advance for the bad code, I am sure there are nicer ways to write it) the macro picks up a value and whichever...
  2. S

    Help on shorter way to write IF statement

    Hi All, I write this code, does the job but seems long. Is there a shorter way to rewrite this code and still do its job? If ActiveSheet.Range("B2").Value = "Red" Then ActiveSheet.Shapes("shEAC").Fill.ForeColor.RGB = RGB(255, 0, 0) Else If...

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