Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created February 4, 2020 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ochilab/abf4a426807bcfe999e3ff05bdc6e8f4 to your computer and use it in GitHub Desktop.
Save ochilab/abf4a426807bcfe999e3ff05bdc6e8f4 to your computer and use it in GitHub Desktop.
Excelでルビ振り設定をする
Sub test()
With Range("A1:A10")
.SetPhonetic
.Phonetics.Visible = True
End With
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment