Announcement

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

  • Export tabulate to excel

    Hello everyone,

    I am asking a very simple question but I couldn't find an answer anywhere.
    I am using STATA 12.
    I would like to export the table displayed by tabulate (only one way) to excel.
    I don't have access to putexcel.
    Thank you in advance,
    Nikhos

  • #2
    Is copy and paste an acceptable solution? Reference: "How do I export tables from Stata?"

    Comment


    • #3
      Thanks ! It was easy indeed.
      Last edited by Nikhos Ablos; 24 May 2017, 01:19.

      Comment


      • #4
        Code:
        tabout var1 using Nik.xls, c(col) append

        Comment

        Working...
        X