I am fairly new to VBA and coding but I have been really wanting to learn so I have taken on some projects that have challenged me to learn some new tricks. However, I have hit a stumbling block and I have a need to hide a particular set of rows based upon the selected value from an Active X ComboBox. I am using ComboBox2 and it is linked to cell V75. The values in the drop-down are the following: (January, February, March, April, May, June, July, August, September, October, November, December, Full Year). When the option is selected from the drop-down list I need the columns to be hidden as follows:

January = D:N
February = C, E:N
March = C:D, F:N
April = C:E, G:N
May = C:F, H:N
June = C:G, I:N
July = C:H, J:N
August = C:I, K:N
September = C:J, L:N
October = C:K, M:N
November = C:L, N
December = C:M
Full Year = all columns visible

Any help is greatly appreciated, thanks!!

Stephen