jschumacher21345
New Member
- Joined
- May 9, 2018
- Messages
- 15
I have an excel calendar (Sunday-B1 through Monday-H1). Each day has four horizontal cells in to allow for several entries. For example, Wednesday the 1st uses E2-E5, Thursday is F2-F5. The next Wednesday would be E6-E9 and so on. In those cells, I have names of meetings. What I would like to do is be able to click on a meeting and have additional information regarding the meeting (time, attendees, read ahead information, etc.) to populate in another cell labeled "Notes". Right now that note section is K2. The purpose is to have a clean looking calendar that I can present to the boss. I believe the additional information regarding the meetings that I want to populate in the notes section would have to be either referenced from another sheet or from VBA. I've very new to VBA and I would post what I have so far, but I don't even know where to begin. Long story short, I'd like to select say cell E4 which would contain the name of a meeting on Wednesday the 1st and have supporting information for that meeting populate in cell K2. If I click on another date/meeting name, I need K2 to clear and be replaced with supporting information for the newly selected meeting. Thank you all for the help!