Code:
local filenames: dir "C:\Users\katja\Dropbox\Raw Data" files "*.xlsx*"
foreach f of local filenames {
import excel using `"`f'"'
gen source = `"`f'"'
display `"Appending `f'"'
append using `building'
save `"`building'"', replace
}
export excel using 1_large_excel_file.xlsx, replace
0 Response to Appending excel files - Error r(601)
Post a Comment