GuardianEnzo
New Member
- Joined
- Jun 27, 2017
- Messages
- 11
I am trying to create a VBA function that take two inputs (months) and insert columns that fill in the range of months. IE. If I input April in one cell, and September in another, I would like the macro to insert:
April May June July August September
I've been trying out a method where I assign each month a number and then subtract the two numbers to determine how many columns to enter, but I've been coming up short.
Any help is appreciated!
April May June July August September
I've been trying out a method where I assign each month a number and then subtract the two numbers to determine how many columns to enter, but I've been coming up short.
Any help is appreciated!