diff --git a/AUTO_FUNCTIONS/Functions.vb b/AUTO_FUNCTIONS/Functions.vb index d4d0e83..b386e4a 100644 --- a/AUTO_FUNCTIONS/Functions.vb +++ b/AUTO_FUNCTIONS/Functions.vb @@ -41,6 +41,7 @@ Public Class Functions Return "AUTO FX OK" End Function + Private Function TIMENOW() As String Implements ICLASS_FUNCTIONS.TIMENOW EXCEL.Volatile() diff --git a/AUTO_FUNCTIONS/Interop.vb b/AUTO_FUNCTIONS/Interop.vb index 11d6c26..642d03e 100644 --- a/AUTO_FUNCTIONS/Interop.vb +++ b/AUTO_FUNCTIONS/Interop.vb @@ -19,6 +19,7 @@ Partial Public Class Functions End If End Sub + Public Sub OnDisconnection(RemoveMode As ext_DisconnectMode, ByRef custom As Array) Implements IDTExtensibility2.OnDisconnection Throw New NotImplementedException()