Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to program code to execute specific conditions if certain cells
are selected. I am working within my worksheet and with the Worksheet_SelectionChange (ByVal Target As Excel.Range) subroutine. I have tried using the AcitveCell.Address per the following example: Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) If ActiveCell.Address = Range("H2") Then 'Range("H2").Value = "X" End If End Sub What has generally happened through my numerous iterations is that the "X" is never entered into the selected cell or any other cell for that matter. The goal is to have "X" entered into cell H2 only if cell H2 is selected. Your assistance is highly appreciated. Any advice or recommendations you may have is again well appreciated. Kind regards, D.Parker |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Highlight the cell based on selected value | Excel Worksheet Functions | |||
How to change cell text based on another selected cell? | Excel Discussion (Misc queries) | |||
How do I execute a macro based on the value of a cell in Excel? | Excel Discussion (Misc queries) | |||
Application level events no longer execute | Excel Programming | |||
Execute a Macro when specific value is selected in a Range | Excel Programming |