'목록하단 광고 치환자(withSeok)
728x90
1
2
3
4
5
6
7
8
9
10
11
12
13
Sub EnterToRight()
' EnterToRight by withseok
'
    Application.MoveAfterReturnDirection = xlToRight
End Sub
 
 
Sub 매크로2()
' EnterToDown by withseok
'
    Application.MoveAfterReturnDirection = xlDown
End Sub
 
cs
728x90

+ Recent posts