質問編集履歴

1

実行処理引数内の変数宣言、パスの変数名を修正

2020/06/04 06:55

投稿

urozero
urozero

スコア21

test CHANGED
File without changes
test CHANGED
@@ -76,9 +76,9 @@
76
76
 
77
77
   '---ファイル読み込み
78
78
 
79
-  Public InputCSV(strFilePath)
79
+  Public InputCSV(Bybal FilePath As String)
80
80
 
81
- Using objIoTFP As New Microsoft.VisualBasic.FileIO.TextFieldParser(strFilePath, Encoding.GetEncoding("Shift_JIS"))
81
+ Using objIoTFP As New Microsoft.VisualBasic.FileIO.TextFieldParser(FilePath, Encoding.GetEncoding("Shift_JIS"))
82
82
 
83
83
  '読み込み時の設定
84
84