Re: CreateObject("Excel.Application", <servername>)

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



JRS: In article <1153385565.869757.253530@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
, dated Thu, 20 Jul 2006 01:52:45 remote, seen in news:microsoft.public.
scripting.vbscript, korn@xxxxxx posted :

strCurrentDate = Right(100 + Day(dateNow), 2) _
& Right(100 + Month(dateNow), 2)

or

strCurrentDate = Right(10000 + Day(dateNow)*100 + Month(dateNow), 4)

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/>? JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/vb-dates.htm> VB maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
.