rename kotsu mastger
This commit is contained in:
@@ -3,7 +3,7 @@ Sub Z1_ClearRowData(ByVal ws As Worksheet, ByVal rowNum As Long)
|
|||||||
ws.Cells(rowNum, 2).ClearContents
|
ws.Cells(rowNum, 2).ClearContents
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Sub Z1_ImportMasterDetailData()
|
Sub Z1_Import()
|
||||||
Dim filePath As String
|
Dim filePath As String
|
||||||
Dim wsTarget As Worksheet
|
Dim wsTarget As Worksheet
|
||||||
Dim lines As Variant
|
Dim lines As Variant
|
||||||
@@ -49,7 +49,7 @@ ErrorHandler:
|
|||||||
MsgBox "Import fails:" & vbCrLf & Err.Description, vbCritical
|
MsgBox "Import fails:" & vbCrLf & Err.Description, vbCritical
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Sub Z1_ExportMasterDetailData()
|
Sub Z1_Export()
|
||||||
Dim ws As Worksheet
|
Dim ws As Worksheet
|
||||||
Dim lastDataRow As Long
|
Dim lastDataRow As Long
|
||||||
Dim savePath As String
|
Dim savePath As String
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user