Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Append records to Excel file from Stata?

    For some sampling work I'm doing, I want to:

    1. Export some records to Excel
    2. Run some more Stata code
    3. Then export more records to the same Excel file from above - I do NOT want to replace the excel file, just add the new records at the bottom of the file.

    I need to repeat this process 15 times, so looking for a parsimonious solution.

    Does Stata support this?

    Many thanks in advance!

  • #2
    Look at the -modify- option in either

    Code:
    help export excel
    or

    Code:
    help putexcel

    Comment

    Working...
    X