LearnMeExcel
Well-known Member
- Joined
- Aug 11, 2009
- Messages
- 746
- Office Version
- 365
- 2021
- Platform
- Windows
Hi
when i use this event
Private Sub Worksheet_Change(ByVal Target As Range)
i want to check the Active cell
for example :
i am in CEll R15
i want to check if the cell P15 = "PP1"
if it is ok take the value which i will entered in Cell R15 and then copy it to Sheets("Truck")
first problem when i enter the value to R15 then press enter the active cell will be R16
when i use this event
Private Sub Worksheet_Change(ByVal Target As Range)
i want to check the Active cell
for example :
i am in CEll R15
i want to check if the cell P15 = "PP1"
if it is ok take the value which i will entered in Cell R15 and then copy it to Sheets("Truck")
first problem when i enter the value to R15 then press enter the active cell will be R16