VBA

指定したフォルダ内のファイル名を取得し、Debug.Printで表示します。

Sub filelist() Dim files As Collection Dim fileName As Variant Set files = ...