asdocx: Export from Stata to Word, Excel, LaTeX & HTML Forums asdocx Forum Export to Excel with asdocx in Stata: Contents are not updated

Tagged: , , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Will Hall
    Participant
    Post count: 2

    I have to re-open excel and delete previous myfile.xls then run code to get results properly in the .xls file
    otherwise I see no results only old results

    please help thanks!

    Dr. Attaullah Shah
    Keymaster
    Post count: 106

    Dear Will Hall

    This might happen if you have the Excel open. If that is the case, additional contents cannot be written to an open file. I am using the following three coding lines and their contents are reflected in the Excel file

    asdocx sum, save(myfile.xlsx) replace
    asdocx cor
    asdocx reg price mpg rep78 headroom trunk
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.