Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコードは Windows 7/8 では動作しないように見えますか?
Public Function UserName() UserName = Environ$("UserName") End Function
これにはハックがありますか?
よろしく、
私が使う:
Username = CreateObject("WScript.Network").Username
これは、Excel 2010 を使用して Windows7 で動作します。
Environ("username")