We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8c5e8 commit 9cd0ef4Copy full SHA for 9cd0ef4
src/CSVexpressions.cls
@@ -319,7 +319,7 @@ Private Sub Class_Initialize()
319
'@--------------------------------------------------------------------
320
' Populate building UDFs
321
Dim UDFnames() As Variant
322
- UDFnames() = Array("GCD", "Concat")
+ UDFnames() = Array("GCD", "Concat", "WEEKNUM")
323
DeclareUDF UDFnames, "UserDefFunctions" ' Declare the Greatest Common Divisor and the string concatenation
324
' functions defined in the UDfunctions class module.
325
' This need an instance in the CSVcallBack class module.
0 commit comments