akn112
06-16-2009, 10:59 AM
Hi All,
it's been a while since i posted/wrote vba so i'm probably a little rusty. I need to create a .txt and export a string variable to the newly created file. how could i go about this?
ie:
dim string as strTest
strTest = "blah blah blah" & vblf & _
"blah blah blah"
'create mytest.txt
'export strTest, mytest.txt
Thanks.
it's been a while since i posted/wrote vba so i'm probably a little rusty. I need to create a .txt and export a string variable to the newly created file. how could i go about this?
ie:
dim string as strTest
strTest = "blah blah blah" & vblf & _
"blah blah blah"
'create mytest.txt
'export strTest, mytest.txt
Thanks.