Private Sub test_DesktopPath() Debug.Print DesktopPath End Sub Private Function DesktopPath() As String DesktopPath = CreateObject("WScript.Shell").SpecialFolders("Desktop") End Function
0 件のコメント:
コメントを投稿