--- In [email protected], "Shawn K. Hall" <[EMAIL PROTECTED]> wrote:
> > .Text = Format(IIf(IsDate(sText), sText, Now), .Format) > Regards, > > Shawn K. Hall > http://12PointDesign.com/ > http://ReliableAnswers.com/ > > '// ======================================================== > Madness takes its toll; please have exact change. Hi, Shawn! Yes, your right about the Backups. Unfortunately, this time it wouldn't have worked. I changed this line from, > >Dim cLocalFmt As String: cLocalFmt = LCase(LocaleInfo (LOCALE_SSHORTDATE)) to Dim cLocalFmt As String: cLocalFmt = "mm/dd/yyyy". Working fine now. Stay close, 'coz I will probably be asking for more help. Thanks Shawn!! :-) Later, Bob '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
