トップページ(目次)

330.右から指定文字数の文字を抽出する_Right

<実行前後>
 → 
Sub 右から指定文字数の文字を抽出する_Right()

    抽出文字 = Right("ABCDE", 2) '2=右から2文字
    
    MsgBox 抽出文字

End Sub

Copyright © 2021 https://excel3000.web.fc2.com/ All Rights Reserved.
    inserted by FC2 system