2013年10月4日金曜日

Vba integerとstring型に変換

文字列の変換関数

CStr()
関数を使う

Dim myStr as String
myStr = CStr(153)

0 件のコメント:

コメントを投稿