diff --git a/src.vba/SendInternalTransferForm.frm b/src.vba/SendInternalTransferForm.frm index c5d9e0e..238970a 100644 --- a/src.vba/SendInternalTransferForm.frm +++ b/src.vba/SendInternalTransferForm.frm @@ -21,7 +21,7 @@ End Sub Private Sub ConfirmButton_Click() 'On Error Resume Next Dim myFile As String: myFile = PathBox.Value - Dim amount As Long: amount = getAmountLong(Utils.clearNonNumeric(AmountBox.Value)) + Dim amount As Long: amount = CLng(Utils.clearNonNumeric(AmountBox.Value)) Dim receiverId As String: receiverId = WorkspaceBox.Value Dim externalId As String: externalId = ExternalIdBox.Value Dim description As String: description = DescriptionBox.Value diff --git a/starkbank-sdk.xlsm b/starkbank-sdk.xlsm index b794a14..4616c82 100644 Binary files a/starkbank-sdk.xlsm and b/starkbank-sdk.xlsm differ