G
Guest
Hallo
I am tring to write to a txt file. I have following code, it not work properly
Sub OpenFile(
Dim Data As Strin
Data = Range("A1"
Open "c:\Files.txt" For Output As #
Write #1, Dat
Close #
End Su
I want to open file, right what in cell A1.
Problem I have 1. It rights with "" so instead of Code1 I get "Code1". 2 When I run the macro for next code How do I position get to next line s
Code
Code
Please help Thanck you
I am tring to write to a txt file. I have following code, it not work properly
Sub OpenFile(
Dim Data As Strin
Data = Range("A1"
Open "c:\Files.txt" For Output As #
Write #1, Dat
Close #
End Su
I want to open file, right what in cell A1.
Problem I have 1. It rights with "" so instead of Code1 I get "Code1". 2 When I run the macro for next code How do I position get to next line s
Code
Code
Please help Thanck you