Created
May 1, 2012 22:37
-
-
Save rohinomiya/2572034 to your computer and use it in GitHub Desktop.
Excel VBA で、1行選択する ref: http://qiita.com/items/f8040ecd18ba9774826b
This file contains hidden or 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
ActiveSheet.Cells([行番号],1).EntireRow.Select |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment