I am trying to open a text file that is on a network, the path I am using is "//server/folder/text.txt"
So the code is like this
Open ""//server/folder/text.txt" For Input As testing
Input #testing, testdata
TextBox1.Value = testdata
Close testing
Put I kept on getting a msg say that runtime error 52 bad file name or number
Could anyone tell me how to work around this?
Thanks
Sangmond
So the code is like this
Open ""//server/folder/text.txt" For Input As testing
Input #testing, testdata
TextBox1.Value = testdata
Close testing
Put I kept on getting a msg say that runtime error 52 bad file name or number
Could anyone tell me how to work around this?
Thanks
Sangmond