Hi all, I'm trying to output very basic entries to an excel sheet but nothing is being written into excel. I am using Stata version 14.1 and it is fully updated. I don't get any error codes but still nothing outputs to the excel sheet. My code looks like this:
[putexcel set "Category.xlsx", replace sheet("Description", replace)
putexcel B2 = "ID"]
I've read all of the posts here as well as the help - putexcel file. This seems like it should be very basic, but I can't figure out what the problem is.
[putexcel set "Category.xlsx", replace sheet("Description", replace)
putexcel B2 = "ID"]
I've read all of the posts here as well as the help - putexcel file. This seems like it should be very basic, but I can't figure out what the problem is.
Comment