Dear all,
I am writing to ask for a problem on the putexcel modify. I have an existing excel xls. file which is generated using a different data set. I was trying to use putexcel to add new data to this existing file. The code I use is:
putexcel set filename.xls, sheet("Sheet1") modify open
putexcel A1 = ("Table 7: Empirical Research")
However, the error message says "workbook filename.xls could not be loaded. r(603)"
I also used multiple ways to change directory using the code:
putexcel set "C:\A\B\filename.xls", sheet("Sheet1") modify open
putexcel A1 = ("Table 7: Empirical Research")
Now the error message changes to "could not write to file. r(691)"
With little information in the error message, I could not find the problem here.
Thank you so much in advance!
Best regards,
Scarlett Ling
Related Posts with Putexcel modify not working
How to save covariance matrix of the estimated fixed effects after reghdfeHi everybody! I have a longitudinal dataset (individuals x years, individuals live in different are…
Plot only one baselevel using coefplot for multiple equationsI would like to plot only one baselevel using coefplot for two equations. The code I am using is coe…
How to save s.e. after reghdfe commandHi everybody! I have a lingitudinal dataset (individuals x years, individuals live in different are…
Reshape matched case control data from wide to long formatHello, I have a case control study with 59 cases matched 1:3 with controls on birth year. The match…
Replication code for power analysisHello everyone I need to conduct power analysis for an RCT for a bunch of outcome variables from th…
Subscribe to:
Post Comments (Atom)
0 Response to Putexcel modify not working
Post a Comment