For Each Table In Me.ListObjects
If ListObjects(Table.Name).Sort.SortFields.Count Then
Debug.Print ListObjects(Table.Name).Sort.SortFields.Count
End If
Next Table
デフォルトのブラウザーで開きます start ‘https://docs.microsoft.com/ja-jp/powershell/’ powershell script to open web address URL with default browser | LockeVN aka walker in the coding cloud
いまさらcmdだけど... Batch: Timestamp to UNIX Time - Stack Overflow create a .bat file called "getUtime.bat" @echo off echo WScript.Echo(new Date().getTime()); > %temp%\time.js cscript //nologo %temp%\time.js del %temp%\time.js and call like this "C:\>getUTime" 1430894237616