Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this
ActiveCell.FormulaR1C1 = Range("A1") ActiveCell.FormulaR1C1 = Range("A2") Open "C\text.txt" For Append As #1 Write #1, Range("A1"),1Range("A2") Close #1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel - create a macro to use cell text as part of a file name | New Users to Excel | |||
How to create a UTF-8 text file from excel VBA | Excel Discussion (Misc queries) | |||
Can I use Excel to create this text file? | Excel Worksheet Functions | |||
How to create text file from selected excel data | Excel Programming | |||
Create and write a simple text file in Excel/VBA | Excel Programming |