Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I'm working on a project that is a little over my head and appreciate any assistance available. I'm editing code for a PeopleSoft form and want to capture the last day of the month. The code is currently capturing the current date. I think I've isolated the lines that set the date. Can anyone assist with code for the last day of the month? Thank you for your assistance, Ron If Workbooks(CurWrkBook).DialogSheets(OptionSheet).Ed itBoxes ("DefaultDate").Text = "" Then HdrDlg.EditBoxes(3).Text = Format(Date, "General Date") HdrDlg.EditBoxes("Edit Box EffDate").Text = Format(Date, "General Date") Else HdrDlg.EditBoxes(3).Text = Workbooks(CurWrkBook).DialogSheets (OptionSheet).EditBoxes("DefaultDate").Text HdrDlg.EditBoxes("Edit Box EffDate").Text = Workbooks (CurWrkBook).DialogSheets(OptionSheet).EditBoxes(" DefaultDate").Text End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Check Date, Include dates from rest of month and all of next month | Excel Programming | |||
Date arithmetic: adding 1 month to prior end of month date | Excel Worksheet Functions | |||
Sort month/date/year data using month and date only | Excel Discussion (Misc queries) | |||
=VLOOKUP(1,Nationality!B5:B29,IF(MONTH(date)6,MONTH(date)-6, MON | Excel Worksheet Functions | |||
Determine begin month date from month end date. | Excel Programming |