Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Let's suppose a declaration like this
1. Set the static value Call LastInputDate(#08/15/2005#) 2. Display the static value MsgBox(LastInputDate) Function LastInputDate (Optional dDate as date) as date Static dLastDate as Date If IsEmpty(dDate) then LastInputDate = dLAstDate Else dLastDate = dDate End Function. This is never working since dDate contains allways "12:00:00 Am". How to solve this ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
check spelling as you type | New Users to Excel | |||
Check for error.type in same cell | Excel Worksheet Functions | |||
how to convert date type to text type | Excel Discussion (Misc queries) | |||
ImageList must be initialized | Excel Programming | |||
listbox value not initialized | Excel Programming |