I want to loop through an excel and column rows.
Starter:
enter image description here
In row 2 “a” every time insert “1”.
In row 3 “b” every time insert a “2”.
Every time, when I use macro, it should fill next column of month, but when it’s Q1, skip that column to column with value April:
Could someone help me?
I’m begginer at VBA.