Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I am using some code to put data into a sheet that will hold all users entries, but i want to to move (tab) to the next cell as at the moment it will only put the whole lot into one cell and the next lot into the next cell down and so on. Any suggestions? Open "path" & "\data.xls" For Append As #1 Print #1, Application.UserName; " Started doing task1 at "; Time() Close #1 Duncan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you append one row to another? | Excel Worksheet Functions | |||
What can I append | Excel Programming | |||
how to know which row to append for the last row | Excel Programming | |||
Qn: How to Append??? | Excel Programming | |||
append row | Excel Programming |