I am trying to import an Excel spreadsheet the usual way but I am getting an error:
Code:
. import excel "0.Equity_Datastream.xlsx", clear firstrow sheet("Data_Query") cellrange(A7)
no room to add more variables
Up to 5,000 variables are currently allowed, although you could reset the maximum using set maxvar; see help memory.
no room to add more variables
Up to 5,000 variables are currently allowed, although you could reset the maximum using set maxvar; see help memory.
r(900);Note that the number of variables changes as I am updating the spreadsheet so I do not want to write down a fixed "cellrange". Please let me know if there is a way to fix thi Array s. Thanks.
0 Response to "No room to add more variables": Stata tries to load empty spreadsheet
Post a Comment