Hello folks, I'm new to VBA and need help making the following code dynamic:
Sub thisnthat()
Dim breakPoint
Dim taxPercent
Dim incomeAmount As Double
Dim taxAmount As Double
Dim rowCount As Integer
Dim lastRow As Long
incomeAmount = Round(Range("d4").Value)...