質問編集履歴
1
実行処理引数内の変数宣言、パスの変数名を修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -37,8 +37,8 @@
|
|
37
37
|
|
38
38
|
''---実行処理
|
39
39
|
'---ファイル読み込み
|
40
|
-
Public InputCSV(
|
40
|
+
Public InputCSV(Bybal FilePath As String)
|
41
|
-
Using objIoTFP As New Microsoft.VisualBasic.FileIO.TextFieldParser(
|
41
|
+
Using objIoTFP As New Microsoft.VisualBasic.FileIO.TextFieldParser(FilePath, Encoding.GetEncoding("Shift_JIS"))
|
42
42
|
'読み込み時の設定
|
43
43
|
With objIoTFP
|
44
44
|
'区切り文字をカンマに設定
|