In my previous posting I linked to Undocumented SysCmd Functions . So I was curious and created my own code to go through the various SysCmds. I came up with the following code. Sub FindSysCmds() Dim ReturnCode As Variant, i As Long On Error GoTo tagError...