Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a New Excel Spreadsheet at Midnight Each NightContent of Create a New Excel Spreadsheet at Midnight Each Night.vbsMD5 Hash: 0DA0D505509C90077594B78D67CA30BD |
||
dtmDate = Date
strMonth = Month(Date) strDay = Day(Date) strYear = Right(Year(Date),2) strFileName = "C:\Scripts\" & strMonth & "-" & strDay & "-" & strYear & ".xls" Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True Set objWorkbook = objExcel.Workbooks.Add() objWorkbook.SaveAs(strFileName) objExcel.Quit | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |