Created
February 8, 2018 03:55
-
-
Save DuongAQ/bd7464db93c200ec691411ee61eec026 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub Tra_loi() | |
Dim SoDong As Long | |
SoDong = Sheet1.Cells(10, 7).Value + 2 | |
Sheet1.Cells(SoDong, 13).Value = Sheet1.Cells(9, 7).Value | |
Sheet1.Cells(SoDong, 14).Value = Sheet1.Cells(9, 8).Value | |
MsgBox "Ban chon dap an là " & Sheet1.Cells(9, 8).Value | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment