Right now I have a macro PopulateYearlyValues But it seems to me it\'s taking way too long
PopulateYearlyValues
Sub PopulateYearlyValues(ByVal Month As Range) Di
As a follow up, you can also set Application.EnableEvents to false (and subsequently return it to true) to potentially save time depending on what your procedure does.