Okay, I realized that I didn't have the calendar created in VBA. I followed
the directions, created it, and now I get a 424 runtime error "object
required' and the debugger goes to this line:
Calendar1.Left = Target.Left + Target.Width - Calendar1.Width
>I tried this on my sheet and got runtime error 424 and debugger sent me to
>this line (third last on the routine)
[quoted text clipped - 8 lines]
>>>>I have a cell that would like a calendar pop-up to select a date as
>>>>opposed to typing it in....is this possible (and easy)? Thanks!
Ron de Bruin - 18 Jan 2006 13:07 GMT
Hi
Calendar1 is the name of the control
If you add more then one control you get different names

Signature
Regards Ron de Bruin
http://www.rondebruin.nl
> Okay, I realized that I didn't have the calendar created in VBA. I followed the directions, created it, and now I get a 424
> runtime error "object required' and the debugger goes to this line:
[quoted text clipped - 10 lines]
>>>>>I have a cell that would like a calendar pop-up to select a date as opposed to typing it in....is this possible (and easy)?
>>>>>Thanks!
StompS - 18 Jan 2006 16:19 GMT
Sorry, I'm not sure what you mean...
> Hi
>
[quoted text clipped - 19 lines]
>>>>>>I have a cell that would like a calendar pop-up to select a date as
>>>>>>opposed to typing it in....is this possible (and easy)? Thanks!
Ron de Bruin - 18 Jan 2006 16:57 GMT
Hi StompS
When You insert a Calendar the first time in your worksheet it is named
Calendar1 (see how on my site)
When you insert a second it is named Calendar2
The code looks for Calendar1 and if your Calendar have a different name it blow
You can change and see the name in the Name box in the formulabar

Signature
Regards Ron de Bruin
http://www.rondebruin.nl
> Sorry, I'm not sure what you mean...
>
[quoted text clipped - 18 lines]
>>>>>>>I have a cell that would like a calendar pop-up to select a date as opposed to typing it in....is this possible (and easy)?
>>>>>>>Thanks!
StompS - 18 Jan 2006 17:25 GMT
I'm new at this, but it appears that the calendar name is calendar1. There
is also reference to frmCalendar. I believe I followed all the directions
from your site......
> Hi StompS
>
[quoted text clipped - 32 lines]
>>>>>>>>I have a cell that would like a calendar pop-up to select a date as
>>>>>>>>opposed to typing it in....is this possible (and easy)? Thanks!
Ron de Bruin - 18 Jan 2006 17:34 GMT
Hi
Try the steps again in a new workbook

Signature
Regards Ron de Bruin
http://www.rondebruin.nl
> I'm new at this, but it appears that the calendar name is calendar1. There is also reference to frmCalendar. I believe I followed
> all the directions from your site......
[quoted text clipped - 31 lines]
>>>>>>>>>I have a cell that would like a calendar pop-up to select a date as opposed to typing it in....is this possible (and easy)?
>>>>>>>>>Thanks!