Using Calendar pop-up in cell?

hallingh

Well-known Member
Joined
Sep 11, 2010
Messages
769
Hi All:

I have a workbook that projects budget surplus/deficit for upcoming months. The workbook works fine, but I now need to upgrade it a bit. There is a cell where the user enters in the amount of funding received for a certain month. What I need to do is put a little button in the cell to the right of this number that displays a calendar when clicked. When the user selects a date on the calendar, it needs to automatically populate the correct cell below based on what month the user selected.

The cells that contain the data below all come under a row which contains the month. The row looks like this:


Code:
A           B            C            D            E
Oct-09     Nov-09      Dec-09      Jan-10       Feb-10

And so on.

The problem is, that these months can change, so I need Excel to recognize "Oct-09" as October 2009, and "Jan-10" as January 2010. This way, when the user selects the date from the calendar, Excel will know exactly what cell to put it into.

I'm sure I have made this seem extremely complicated, and I'm sure it's probably simpler than I'm making it out to be, but it's tough to explain these things. I know this won't be a simple answer, so any guidance at all would be greatly appreciated; I simply don't know where to begin!

Thanks in advance for any help you can give me.

Hank
 
Last edited:

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Any insight on how to create a simple pop-up calendar would be much apreciated as well. Would I have to use a userform and activate it in vba when the user clicks on the cell? Is there an easier way to accomplish this?I've never used a userform to gather a value before, which is why I was hoping there was a simpler way of doing this, but if I have to use a userform then I would obviously like to start developing it.

Thanks for the looks!

Hank
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,753
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top