Created
January 24, 2018 08:56
-
-
Save DuongAQ/189d5ef58778f2bdd3cd6c0cda73e95f 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 Lenh_Xoa() | |
ActiveSheet.Range("A" & ActiveCell.Row & ":" & "B" & ActiveCell.Row).ClearContents | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment