[xpost][/xpost]
Hi, my name is Joaquin Alonso.
I retired 18 years ago and I’m starting to use Excel macros again.
As a test I’m changing a calendar maker code that I copied from an Excel help site.
The original calendar provides for a single entry on a specific day. As a first attempt, I was able to successfully add 12 rows to each day of the calendar.
Now that I added the 12 daily rows, I am attempting to expand the 7 original columns to 14.
Well, I’m having trouble when indexing this new array, I:
Successfully:
- Successfully expand the columns from 7 to 14.
- Place the days of the week in the right columns of the calendar.
Problem:
- It seems like the indexing that places number of days in the right columns is off,
As well as the generation of the number of days is incorrect.
I’m attaching the VBA code as well as the page with the problem.