Print out a folder in a network drive

  • How do you print out everything out on the network drive folder:


    Code
    For Each file In "//Users/mypath/"
        n=n+1
        Range("B:" & n)=file
    Next
  • Re: Print out a folder in a network drive


    Hi...


    Replace C:\Dummy Files with your required folder path...


Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!