Hello again,
I found a free excel event/planner calendar online that I downloaded. I am trying to modify it a little to fit my needs.
The workbook has the main "Calendar" worksheet that has a spinbutton to scroll through the months and another spinbutton to scroll through the years. The layout looks just like a calendar and when you change months or years the dates move to the correct day of the week. There is space within each date to add up to 7 events.
There is an "Events" worksheet that I have modified to use 3 columns (Date, Event, Number of Occurences. This information gets sent to the "Calendar" sheet.
I have added a commandbutton to the "Calendar" sheet that opens a Userform. A Userform commandbutton adds values to the 3 columns in the "Events" sheet.
The problem that I have is.....
The "Calendar" sheet will only update/show the new events if I click either of the 2 spinbuttons, whichs means that I have to click off the month or year and then click back to see the changes.
Is there a way that I can have this update/show the new events without having to click the spinbuttons?
Thanks again for any help you can give.
Marc
I found a free excel event/planner calendar online that I downloaded. I am trying to modify it a little to fit my needs.
The workbook has the main "Calendar" worksheet that has a spinbutton to scroll through the months and another spinbutton to scroll through the years. The layout looks just like a calendar and when you change months or years the dates move to the correct day of the week. There is space within each date to add up to 7 events.
There is an "Events" worksheet that I have modified to use 3 columns (Date, Event, Number of Occurences. This information gets sent to the "Calendar" sheet.
I have added a commandbutton to the "Calendar" sheet that opens a Userform. A Userform commandbutton adds values to the 3 columns in the "Events" sheet.
The problem that I have is.....
The "Calendar" sheet will only update/show the new events if I click either of the 2 spinbuttons, whichs means that I have to click off the month or year and then click back to see the changes.
Is there a way that I can have this update/show the new events without having to click the spinbuttons?
Thanks again for any help you can give.
Marc