Hi. I was looking to export some cross-tabulations to excel and I came across -tab2xl-. The command does exactly what I need it to do, so I wrote a bunch of code using it. The thing is (after I did some tests and it worked properly), that after running a piece of code, and no errors happen, the excel created only contains a matrix of zeroes where the data should appear. Can anyone please explain why is this happening? This is the code I am running:
Code:
tab2xl reufin2013aprueba reucon2013aprueba using reufin_y_reucon2013, row(1) col(1) sheet("aprycond", replace) replace
tab2xl reufin2013condicion reucon2013condicion using reufin_y_reucon2013, row(12) col(1) sheet("aprycond", replace)
All 4 variables are str1. I thought it could be a problem but I am puzzled since it did work a few times!

Thanks very much in advance.