View Single Post
  #17  
Old February 15th, 2006, 11:51 PM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default ho do i insert calendar into xls worksheet

Dear Ron,
I have tried to experiment a little and I have found and I have done what
is necessary. Your advice and great support is amazing as usually.
Once again thanks a lot.
Have a nice time.

Regards Drahos.

"Ron de Bruin" wrote:

Hi Drahos

Yes I see the same problem.

Workaround is to comment the event code in the sheet module before you change the size
If you are ready uncomment the code


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Ron de Bruin" wrote in message ...
OK

My provider have server problems the last weeks so it is possible
that I can't read your mail today (sometimes a few hours)


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Drahos" wrote in message ...
Hi Ron,

I have sent it to your emai address mentioned on your webside


Thanks a lot.

Drahos

"Ron de Bruin" wrote:

Hi Drahos

Can you send me a example workbook private to see this

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Drahos" wrote in message ...
Good morning Ron,

now, thanks to you calendar works perfectly. I would like to ask for your
help again. I hope last time concerning this issue.

I have a problem with a change of size of the calendar. If I change the
size of the calendar in a new empty sheet it works without any problem. But
if I do it in my Form after exiting the design mode the calendar is displaied
2x. One is in a requested size and the other is much smaller. The smaler one
is active. The calendar in requested size is behind the smaller one and is
inactive.
Do you have an idea what is wrong?

Thanks again in advance.
Drahos.


"Ron de Bruin" wrote:

You are welcome

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Drahos" wrote in message ...
Wow )
Ron, thank you to much.
Drahos.

"Ron de Bruin" wrote:

Hi Drahos

Change the Range

If Not Application.Intersect(Range("A1:A20,C1,C5,D20"), Target) Is Nothing Then



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Drahos" wrote in message ...
Hi Ron,
you are right. Thanks a lot. Now one more question. I need to have in my
form severel cells containing Calendar. The problem is these fields are not
in a continuous range but they are on very different places. How can I do
this. Now I am not sure but there should be about 8 cells containing calendar.

Regards
Drahos.


"Ron de Bruin" wrote:

Hi Drahos

Maybe the Calendar you have add to the worksheet is not named
Calendar1

Check out the name

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Drahos" wrote in message ...
Hi Paul,
I need to use in my Excel Form a calender as described. I have done what
was recommeded on the webside you are reffering to. While choosing a cell
from the range where should be the calendar I receive the Runtime error "424"
- object required and the Debug shows this line:
Calendar1.Left = Target.Left + Target.Width - Calendar1.Width

If choosing a cell outside of the range I receive the same runtime error and
the Debug shows this line:

ElseIf Calendar1.Visible Then Calendar1.Visible = False

I use the Excel 2003.

Please, can you advice me what the problem is.
Thanks a lot.


"Paul B" wrote:

halina, here is one way,
http://www.rondebruin.nl/calendar.htm
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003


"halina" wrote in message
...