Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all!
I have a calendar control embedded in a userform and another 2 userforms with few textboxes that call the calendar form. My question is how can I direct the calendar value to the specific active textbox in one of the userforms that needs the calendar value? Thanks in advance Eli |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Do refer to.. http://www.fontstuff.com/vba/vbatut07.htm Regards, Sanjay Mark "Yes", if the post is helpful. "אלי" wrote: Hi all! I have a calendar control embedded in a userform and another 2 userforms with few textboxes that call the calendar form. My question is how can I direct the calendar value to the specific active textbox in one of the userforms that needs the calendar value? Thanks in advance Eli |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your reply, but I can't found there anything regarding the use of
the calendar value and different textboxes in different userforms. Eli "Sanjay" wrote: Hi, Do refer to.. http://www.fontstuff.com/vba/vbatut07.htm Regards, Sanjay Mark "Yes", if the post is helpful. "אלי" wrote: Hi all! I have a calendar control embedded in a userform and another 2 userforms with few textboxes that call the calendar form. My question is how can I direct the calendar value to the specific active textbox in one of the userforms that needs the calendar value? Thanks in advance Eli |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() אלי;580533 Wrote: Hi all! I have a calendar control embedded in a userform and another 2 userforms with few textboxes that call the calendar form. My question is how can I direct the calendar value to the specific active textbox in one of the userforms that needs the calendar value? Thanks in advance Eli With the likes of Code: -------------------- UserForm2.TextBox1.Value = UserForm1.Calendar1.Value -------------------- As long as both userforms are loaded this should work in either of the userfroms code modules. You could use it in the afterupdate event of the calendar, or in the initialise event of userform2.. any number of places. -- p45cal *p45cal* ------------------------------------------------------------------------ p45cal's Profile: 558 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=160549 Microsoft Office Help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert date from Gregorian Calendar to Hijri Calendar | Excel Discussion (Misc queries) | |||
find free sharware to include calendar pop or use calendar in cell | Excel Discussion (Misc queries) | |||
monthview calendar question/ want the calendar to display weekdays only.. | Excel Programming | |||
excel calendar - list of names displayed on calendar | Excel Worksheet Functions | |||
Modify Yearly Calendar to Monthly Calendar Excel 2000? | Excel Programming |