Skip to content

Commit 9cd0ef4

Browse files
committed
Update CSVexpressions.cls
1 parent ae8c5e8 commit 9cd0ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSVexpressions.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Private Sub Class_Initialize()
319319
'@--------------------------------------------------------------------
320320
' Populate building UDFs
321321
Dim UDFnames() As Variant
322-
UDFnames() = Array("GCD", "Concat")
322+
UDFnames() = Array("GCD", "Concat", "WEEKNUM")
323323
DeclareUDF UDFnames, "UserDefFunctions" ' Declare the Greatest Common Divisor and the string concatenation
324324
' functions defined in the UDfunctions class module.
325325
' This need an instance in the CSVcallBack class module.

0 commit comments

Comments
 (0)