Last active
December 22, 2016 08:40
-
-
Save ndthanh/a189e19f1363b648fc8a657ac4c79775 to your computer and use it in GitHub Desktop.
Học Excel Online - tìm dòng cuối, cột cuối
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
lastRow = Range("A" & Sheet1.Rows.Count).End(xlUp).Row | |
lastcol = Range("A" & Sheet1.Columns.Count).End(xlToLeft).Column |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment