Hello,
I'm new to posting to the forum and a Stata newbie as well, but I'm a big fan. I'm using 14.1 (student version) and am attempting to export a series of tabulate command results to an excel file to document data cleaning.
The most basic putexcel command doesn't work, however, there is no error message. Here is the DO file:
putexcel set "results", sh("result") replace
putexcel A1=("Rule")
Here is the output:
. putexcel set "results", sh("result") replace
. putexcel A1=("Rule")
file results.xlsx saved
When I say it doesn't work, I mean that nothing shows up in the excel file.
Could this have anything to do with the fact that my files are in dropbox? Or that I'm using the student version?
Thanks in advance for your help!
Jeanne
I'm new to posting to the forum and a Stata newbie as well, but I'm a big fan. I'm using 14.1 (student version) and am attempting to export a series of tabulate command results to an excel file to document data cleaning.
The most basic putexcel command doesn't work, however, there is no error message. Here is the DO file:
putexcel set "results", sh("result") replace
putexcel A1=("Rule")
Here is the output:
. putexcel set "results", sh("result") replace
. putexcel A1=("Rule")
file results.xlsx saved
When I say it doesn't work, I mean that nothing shows up in the excel file.
Could this have anything to do with the fact that my files are in dropbox? Or that I'm using the student version?
Thanks in advance for your help!
Jeanne
Comment