if sh.name = "somesheet" then
or if target.address = "w73" then

you can also use target.row or column or any other property of sh (sheet) or target (range)
or you could use sheet change event rather that sheet selection change