B bonecone New member Local time Today, 02:08 Joined Apr 14, 2012 Messages 2 Dec 30, 2012 #1 I want to use VBA to open a filestream. I don't want to use a file dialog box, I just want my code to open a text file in the background and read information from it. Can VBA do this?
I want to use VBA to open a filestream. I don't want to use a file dialog box, I just want my code to open a text file in the background and read information from it. Can VBA do this?
jdraw Super Moderator Staff member Local time Today, 05:08 Joined Jan 23, 2006 Messages 15,557 Dec 31, 2012 #2 There is a tutorial on the file system object at http://msdn.microsoft.com/en-us/library/office/aa155438(v=office.10).aspx It has some examples that should help you.
There is a tutorial on the file system object at http://msdn.microsoft.com/en-us/library/office/aa155438(v=office.10).aspx It has some examples that should help you.