@xld
I only use the editor screens this forum provides.
let try to illustrate:
in this post I will post some VBA code
in the next post I will post the same code; save the post and edit it afterwards.
[vba]Sub snb()
msgbox "this is only an example"
open "G:\OF\example.txt for input as #1
c01=input(LOF(1),1)
close #1
end sub[/vba]