SyntaxFix
Write A Post
Hire A Developer
Questions
Sadly there are no operation-assignment operators in VBA.
operation-assignment
(Addition-assignment += are available in VB.Net)
+=
Pointless workaround;
Sub Inc(ByRef i As Integer) i = i + 1 End Sub ... Static value As Integer inc value inc value