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