azizrasul
Well-known Member
- Joined
- Jul 7, 2003
- Messages
- 1,294
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
I want to run code based on a particular chosen cells on a particular sheet. For example if the cell $H$21 is chosen then run some code but if cell $H$22 is chosen then run some other code.
Something like:
If $H$21 Then
run some code
ElseIf $H$22 Then
run some other code
end if
Something like:
If $H$21 Then
run some code
ElseIf $H$22 Then
run some other code
end if