I am having trouble exporting my results using putexcel, and seem to always get this error "option modify not allowed". Does anyone know why? I'm running STATA 14.1 on Windows 8.1 Pro. Here is a sample program:
sysuse auto, clear
prop rep78, over(gear_ratio)
matrix X3 = r(table)
putexcel set "j", sheet("a") modify
matrix list X3
putexcel X3, modify
Thanks in advance for any help.
Vanessa
sysuse auto, clear
prop rep78, over(gear_ratio)
matrix X3 = r(table)
putexcel set "j", sheet("a") modify
matrix list X3
putexcel X3, modify
Thanks in advance for any help.
Vanessa
Comment