Skip to content

Instantly share code, notes, and snippets.

@tekk555
Last active November 21, 2023 02:59
Show Gist options
  • Save tekk555/9d59ae7acd86ed1ee7ea8dc62b4d9a39 to your computer and use it in GitHub Desktop.
Save tekk555/9d59ae7acd86ed1ee7ea8dc62b4d9a39 to your computer and use it in GitHub Desktop.
Excelでシート名一覧を取得するワンライナー
For Each i In ThisWorkbook.Sheets: debug.print i.name : next i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment