R
RAHokie
I am getting a syntax error message when I try to use this code:
xlApp.Application.ActiveCell.Value = SUMIF(E9:E500,"MS",F9:F500)
I am trying to get a subtotal for column F where the value of column E = "MS"
xlApp.Application.ActiveCell.Value = SUMIF(E9:E500,"MS",F9:F500)
I am trying to get a subtotal for column F where the value of column E = "MS"