Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a Custom Date Format in Microsoft ExcelContent of Create a Custom Date Format in Microsoft Excel.vbsMD5 Hash: 4F913F392CFEECE7DB601E09B2CEC887 |
||
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1,1).Value = "01/01/2006" objExcel.Cells(1,1).NumberFormat = "yyyymmdd" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |