Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am old Power Basic programmer. (In DOS)
to open file and write to it looked like this: Open "filename" as #1 for output as (then you select the type of file you want) then to output to that file you use print... like Print #1, whatever When your done you use close #1 What is the vb equivalent? How do you open a file, tell what kind it is then write to it and close it? I've looked in the help files under open, file, close, & save and haven't found it. Thanks John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help on conversion | Excel Discussion (Misc queries) | |||
XLS to CSV conversion | Excel Programming | |||
XML Conversion | Excel Programming | |||
basic variant to array conversion | Excel Programming | |||
hex conversion | Excel Programming |