Fix function name assignments
This commit is contained in:
@@ -134,7 +134,7 @@ Function Z1_CleanCSVField(ByVal field As Variant) As String
|
|||||||
result = Replace(result, """""", """")
|
result = Replace(result, """""", """")
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
CleanCSVField = result
|
Z1_CleanCSVField = result
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Sub Z1_validateDetailData(ByVal ws As Worksheet, ByVal rowNum As Long)
|
Sub Z1_validateDetailData(ByVal ws As Worksheet, ByVal rowNum As Long)
|
||||||
|
|||||||
Reference in New Issue
Block a user