DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Merhaba,
Seçeneklerde enter tuşu yön seçinini değiştirebilirsiniz.
2010 versiyonunda Seçenekler > Gelişmiş altında.
--
Sub auto_open()
Application.MoveAfterReturnDirection = xlToRight
End Sub
Sub auto_close()
Application.MoveAfterReturnDirection = xlDown
End Sub
Private Sub Worksheet_Activate()
Application.MoveAfterReturnDirection = xlToRight
End Sub
Private Sub Worksheet_Deactivate()
Application.MoveAfterReturnDirection = xlDown
End Sub
Sub Makro1()
Say = WorksheetFunction.CountA(Range("A20:C25"))
MsgBox Say
End Sub