ptcsite
Altın Üye
- Katılım
- 8 Nisan 2016
- Mesajlar
- 123
- Excel Vers. ve Dili
- M.OFFICE 2016 TR 64 Bit
- Altın Üyelik Bitiş Tarihi
- 26-12-2027
Sub auto_open()
If Range("R3").Value = "YOK" And Range("V6").Value <> "" Then
Cells(6, 22).ClearContents
Cells(7, 22).ClearContents
Cells(8, 22).ClearContents
Cells(9, 22).ClearContents
Else
MsgBox "Negative result"
End If
End Sub
Bu makro butonsuz nasıl çalıştırabilirim. Yani r3 hücresi "YOK" iken ve V6 hücresi doluyken değerleri silmiyor. İlla buton istiyor.
If Range("R3").Value = "YOK" And Range("V6").Value <> "" Then
Cells(6, 22).ClearContents
Cells(7, 22).ClearContents
Cells(8, 22).ClearContents
Cells(9, 22).ClearContents
Else
MsgBox "Negative result"
End If
End Sub
Bu makro butonsuz nasıl çalıştırabilirim. Yani r3 hücresi "YOK" iken ve V6 hücresi doluyken değerleri silmiyor. İlla buton istiyor.