Announcement

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

  • append in logout and multiple sheet creation option

    Hi every one,

    I want to generate the tables in excel file for multiple variables.

    I use

    sysuse auto, clear
    logout, save(myfile) excel replace: bysort foreign: sum price

    and then

    logout, save(myfile) excel append: bysort foreign: sum mpg

    but fail to do that.

    Also is there any way to create different sheets based upon the requirement using the logout command?

    Any help is highly appreciated.

    Ashish
Working...
X