I want to use Input # and Write # on the same file as part of a VB macro in Excel.
If I Open For Input then the Write # creates a bad file mode
If I open for anything other than Input then the Input # gets a bad file mode.
The VB help implies that read write access is possible but I just cannot fathom what the syntax can be.
So I am opening and closing the file for each access - a bit sucky.
I do not want to use Random access.
This is my first ever VB macro so be gentle and thanks if you can help.
If I Open For Input then the Write # creates a bad file mode
If I open for anything other than Input then the Input # gets a bad file mode.
The VB help implies that read write access is possible but I just cannot fathom what the syntax can be.
So I am opening and closing the file for each access - a bit sucky.
I do not want to use Random access.
This is my first ever VB macro so be gentle and thanks if you can help.