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
Confusion about create matching pair id for conditional logistic regressionDear Statalisters, I use -ccmatch- creating match pair of fdz (0 1) base on condition of (size0 ind…
dynamic panel estimation using OLS - what am I missing?I am writing up research using the excellent xtabond2 to estimate correlates of economic growth usin…
Fisher LSD test following MANOVA?Hey everyone, I'm wondering if there is any way to use Fisher's post hoc LSD test after a MANOVA in…
How to explain the results of t2way5 i.e. Tukey's Two-Way Analysis by MediansDear Stata users, Nick Cox had written a command named -t2way5- (SSC) to execute Tukey's Two-Way An…
converting nominal stock returns into real stock returnsHi This is a basic question but thought someone in macroeconomics or finance (or any related discip…
Subscribe to:
Post Comments (Atom)
0 Response to Putexcel modify not working
Post a Comment