selectionchange

  1. H

    Worksheet_SelectionChange MsgBox IF/THEN Statment

    What I am looking to do with this code is I want to look at cells B4:I38 and first see if they have been locked, if so than when a user selects a cell within that range the below message box (in the code) appears. But if the user selects a cell outside of that range than no message appears. So...
  2. E

    Event Handling

    Hi, I have a worksheet that is not responding to worksheet events as I expect. Code is as follows... Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Count > 1 Then Exit Sub If Not Intersect(Target, Range("E4:P4")) Is Nothing Then MsgBox "New Cell Selected" End...
  3. T

    Radio Buttons in cells without control toolbox

    Instead of using radio buttons from the control toolbox, I have created a radio button type of group within 3 cells the code is as follows: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$A$1" Then [C1,E1].ClearContents If Target.Address = "$C$1" Then...
  4. I

    How do I disable a worksheet conditional to a form's event?

    Hi, I need to resolve a pressing issue that I have at work. Here is my dilemma. Background Info: Currently, I have 15 users who submit data to me on Excel 2003 spreadsheets that I in turn manipulate to report elsewhere (to upper mgt, the government, etc…). In the short term, I need...
  5. G

    Help with Change event to call macro based on IF THEN

    So what I want to do is enter yes or no into a cell and have YES answer run a macro and have NO answer run a macro. ... I am oh so close, the problem is that I can't get the code to run on the cell i enter yes or no into as once I hit enter the "ActiveCell" is now my new cell. What am i doing...

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