Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
Serialcomms committed Aug 1, 2023
1 parent f8af6e7 commit f1e823d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTO_FUNCTIONS/Functions.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Public Class Functions
Return "AUTO FX OK"

End Function

Private Function TIMENOW() As String Implements ICLASS_FUNCTIONS.TIMENOW

EXCEL.Volatile()
Expand Down
1 change: 1 addition & 0 deletions AUTO_FUNCTIONS/Interop.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f1e823d

Please sign in to comment.