Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() NickHK wrote: Something like this : Private Sub CommandButton1_Click() Dim FF As Long FF = FreeFile Open "C:\TESTFILE" For Append As #FF Print #FF, Range("A1").Value & " & " & Range("B1").Value Close #1 End Sub NickHK Excellent. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to append to file using an array | Excel Programming | |||
append file on e-mail | Excel Discussion (Misc queries) | |||
open for append | Excel Programming | |||
Append to open CSV | Excel Programming | |||
open for append | Excel Programming |