Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform in Excel 2003 that i need to select a start date.
when I click the calendar control it puts he date into a txtStart. what I can not figure ouit is how to add 30, 60 or 90 days to that value which will also be in text box. any help on this matter is greatly appreciated thank you all in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi HellZg8,
Try: '============= Private Sub Calendar1_Click() With Me.Calendar1 txtStart.Value = .Value txt30 = .Value + 30 txt60 = .Value + 60 txt90 = .Value + 90 End With End Sub '<<============= --- Regards, Norman "hellZg8" wrote in message ... I have a userform in Excel 2003 that i need to select a start date. when I click the calendar control it puts he date into a txtStart. what I can not figure ouit is how to add 30, 60 or 90 days to that value which will also be in text box. any help on this matter is greatly appreciated thank you all in advance |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Norman your a genius
thank you for a very quick response works like a charm. I can not believe how much help I have gotten from everyone on this site to all who have acknowledged my lack of Excel VBA experience once again I thank you all |
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) | |||
how do i export excel calendar info to outlook calendar? | Excel Discussion (Misc queries) | |||
Modify Yearly Calendar to Monthly Calendar Excel 2000? | Excel Programming | |||
import calendar items from excel into outlook calendar | Excel Discussion (Misc queries) |