【VBA】fsoをセットする|CreateObject(“Scripting.FileSystemObject”)
作成日:2022-12-02
更新日:2023-05-19

fsoをセットする
CreateObject(“Scripting.Dictionary”)を使う
Public Function SetFSO()
Set SetFSO = CreateObject("Scripting.FileSystemObject")
End Function
使い方
2022-12-02
編集後記:
この記事の内容がベストではないかもしれません。