以下の内容はhttps://blog.systemjp.net/entry/2016/10/19/190924より取得しました。


excelVBAでstrtokの代わりはSplit関数

Sub Sample1()
    Dim tmp As Variant
    tmp = Split("123,田中,tanaka", ",")
    MsgBox tmp(0)
    MsgBox tmp(1)
    MsgBox tmp(2)
End Sub

ネタ元




以上の内容はhttps://blog.systemjp.net/entry/2016/10/19/190924より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14