uan

  1. B

    Speeding up a selection change routine

    Hi all, Is it possible to speed up the following routine: Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Range("a12") = "UAN" Then Range("z12") = "Variable" ElseIf Range("a12") = "" Then Range("z12") = "" Else Range("z12") = "Fixed" End...
  2. B

    VBA for If & Else

    Hi all, Currently using: Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Range("b12") = "UAN" Then Range("z12") = "Variable" End Sub But I need to modify so if B12 contained any other word other than "UAN", I need Z12 to display "Fixed". I'm unable to get the syntax/code...

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