ʹÓà Environ º¯Êý£º Dim x As Integer Dim Env As String x = 1 Env = Environ(x) Do Until Env = "" Env = Environ(x) Debug.Print Env x = x + 1 Loop