Skip to content

Instantly share code, notes, and snippets.

@basyura
Last active August 2, 2016 11:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basyura/62a56d4dea8ffddfc013 to your computer and use it in GitHub Desktop.
Save basyura/62a56d4dea8ffddfc013 to your computer and use it in GitHub Desktop.
VimExcel - FindCmdForm
Private Sub TextBox1_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
- If lang_mode = True Then
+ If lang_mode = "jp" Then
TextBox1.IMEMode = fmIMEModeHiragana
Else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment