I want to have a simple sumif in my macro that will loop through a range. In my code below I don't know what to put where
I have XXX to make this work:
Everything is in same worksheet. The function without VBA would be very simple =SUMIF(D7:D707,O9,I7:I707)
Dim wsJournal As Worksheet
Dim LR As...